Package com.iizix.license
Interface ILicenseSystemError
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to provide listener to errors if e.g. a user cancels the license system setup or other action that would cause the license system to shut-down.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onError- (LicenseException exception) Called when the license system shuts down the IIZI functions.
- Method Details- onErrorCalled when the license system shuts down the IIZI functions.- Parameters:
- exception- The license exception.