Interface LicenseChanged
public interface LicenseChanged
An event signaling that the license has changed.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
license
-
existingLicenses
-
type
LicenseChanged.Type 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
-