org.alfresco.service.license
Interface LicenseService.LicenseChangeHandler

All Known Implementing Classes:
DescriptorServiceImpl
Enclosing interface:
LicenseService

public static interface LicenseService.LicenseChangeHandler

Inteface for components wishing to know when the license has changed

See Also:
registerOnLicenseChange

Method Summary
 void onLicenseChange(LicenseDescriptor licenseDescriptor)
          Notification of a license change.
 void onLicenseFail()
          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



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.