Package org.alfresco.service.license
Interface LicenseService.LicenseChangeHandler
- All Known Implementing Classes:
DescriptorServiceImpl,HBDataCollectorServiceImpl
- Enclosing interface:
- LicenseService
public static interface LicenseService.LicenseChangeHandler
Inteface for components wishing to know when the license has changed
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLicenseChange(LicenseDescriptor licenseDescriptor) Notification of a license change.voidNotification that a license have failed to validate
-
Method Details
-
onLicenseChange
Notification of a license change.- Parameters:
licenseDescriptor- the new license (never null)
-
onLicenseFail
void onLicenseFail()Notification that a license have failed to validate
-