Interface LicenseStateListener

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 LicenseStateListener
Marker interface for callbacks that are invoked when the license state changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback when the license state changes.
  • Method Details

    • licenseStateChanged

      void licenseStateChanged()
      Callback when the license state changes. See XPackLicenseState.update(XPackLicenseStatus).