Interface LicenseService.LicenseChangeHandler

All Known Implementing Classes:
DescriptorServiceImpl, HBDataCollectorServiceImpl
Enclosing interface:
LicenseService

public static interface LicenseService.LicenseChangeHandler
Inteface for components wishing to know when the license has changed
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification of a license change.
    void
    Notification that a license have failed to validate
  • Method Details

    • onLicenseChange

      void onLicenseChange(LicenseDescriptor licenseDescriptor)
      Notification of a license change.
      Parameters:
      licenseDescriptor - the new license (never null)
    • onLicenseFail

      void onLicenseFail()
      Notification that a license have failed to validate