public interface LicenseListener
| Modifier and Type | Method and Description |
|---|---|
void |
licenseAboutToExpire(com.reprisesoftware.rlm.RlmLicense license)
Fired when the license is about to become invalid.
|
void |
licenseAcquired(com.reprisesoftware.rlm.RlmLicense license)
Fired when the license was initially acquired by the CFS.
|
void |
licenseReAcquired(com.reprisesoftware.rlm.RlmLicense license)
Fired when a license was recreated by the CFS when the previous became
invalid.
|
void licenseAcquired(com.reprisesoftware.rlm.RlmLicense license)
license - the new license. Implementations must not keep reference to the
object.void licenseAboutToExpire(com.reprisesoftware.rlm.RlmLicense license)
license - the license that is about to expire. Implementations must not
keep reference to the object.void licenseReAcquired(com.reprisesoftware.rlm.RlmLicense license)
license - A new license. Implementations must not keep reference to the
object.