Interface LicenseChanged


public interface LicenseChanged
An event signaling that the license has changed.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The type of license change.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a description of this license, perhaps including a reason why this license is used.
    Returns the list of existing licenses after this change.
    Get the license.
    The type of change in the license.
  • Method Details

    • license

      License license()
      Get the license.
      Returns:
      the license;
    • existingLicenses

      List<License> existingLicenses()
      Returns the list of existing licenses after this change.
      Returns:
      the list of existing licenses;
    • type

      The type of change in the license.
      Returns:
      the type of change; never null
    • description

      String description()
      Get a description of this license, perhaps including a reason why this license is used.
      Returns:
      the description of this license; never null