|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseReaderListener
This interface represents listener that allows obtaining various information about the license reading process and its result.
| Method Summary | |
|---|---|
void |
licenseAboutToRead(LicenseReader aSource,
java.lang.String aProductID)
License reader calls this method to notify listener that the license is about to be read and specifies a known ID of the product this license is issued for. |
void |
licenseAvailable(LicenseReader aSource,
java.lang.String aLicenseLocation)
License reader calls this method to notify listener that the license is successfully read and available for use. |
void |
licenseCorrupted(LicenseReader aSource,
java.lang.String aLicenseLocation)
License reader calls this method to notify listener that the license is corrupted and therefore can not be read. |
void |
licenseMissing(LicenseReader aSource,
java.lang.String aLicenseLocation)
License reader calls this method to notify listener when the license is not found neither in the resource folder nor in the file system. |
| Method Detail |
|---|
void licenseAboutToRead(LicenseReader aSource,
java.lang.String aProductID)
aSource - the license reader.aProductID - ID of the product this license is issued for.
void licenseMissing(LicenseReader aSource,
java.lang.String aLicenseLocation)
aSource - the license reader.aLicenseLocation - full path to the license file.
void licenseCorrupted(LicenseReader aSource,
java.lang.String aLicenseLocation)
aSource - the license reader.aLicenseLocation - full path to the license file.
void licenseAvailable(LicenseReader aSource,
java.lang.String aLicenseLocation)
aSource - the license reader.aLicenseLocation - full path to the license file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||