public interface ProductLicenseListener
extends java.util.EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | licenseReleased(ProductLicenseEvent event)Invoked when a license has been released. | 
| void | licenseRequested(ProductLicenseEvent event)Invoked when a license has been requested. | 
void licenseReleased(ProductLicenseEvent event)
event - The ProductLicense event.void licenseRequested(ProductLicenseEvent event)
event - The ProductLicense event.