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