- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Marker interface for callbacks that are invoked when the license state changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback when the license state changes.
-
Method Details
-
licenseStateChanged
void licenseStateChanged()Callback when the license state changes. SeeXPackLicenseState.update(XPackLicenseStatus).
-