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.
 - @FunctionalInterface public interface ILicenseSystemErrorInterface 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 Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onError(LicenseException exception)Called when the license system shuts down the IIZI functions.
 
- Method Detail- onError- void onError(LicenseException exception) Called when the license system shuts down the IIZI functions.- Parameters:
- exception- The license exception.