|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseReaderListenerExt
This interface represents extended listener that allows obtaining various information about
the license reading process and its result. It adds new licenseRemoved and licenseUpdated methods.
| Method Summary | |
|---|---|
void |
licenseRemoved(LicenseReader aSource,
java.lang.String aLicenseLocation)
License reader calls this method to notify listener that the license was removed beacuse it was revoked or not available anymore e.g. |
void |
licenseUpdated(LicenseReader aSource,
java.lang.String aLicenseLocation)
License reader calls this method to notify listener that the license was updated by getting up-to-date version from a remote service such as from Licensing Server |
| Methods inherited from interface com.jp.protection.pub.LicenseReaderListener |
|---|
licenseAboutToRead, licenseAvailable, licenseCorrupted, licenseMissing |
| Method Detail |
|---|
void licenseRemoved(LicenseReader aSource,
java.lang.String aLicenseLocation)
aSource - the license reader.aLicenseLocation - license location
void licenseUpdated(LicenseReader aSource,
java.lang.String aLicenseLocation)
aSource - the license reader.aLicenseLocation - license location
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||