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 Summary

    Modifier and Type
    Method
    Description
    void
    Called when the license system shuts down the IIZI functions.
  • Method Details

    • onError

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