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 ILicenseSystemError
    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 Detail

      • onError

        void onError​(LicenseException exception)
        Called when the license system shuts down the iizi functions.
        Parameters:
        exception - The license exception.