LicenseValidationListener Interface Reference

Public Member Functions

void failedToValidateLicense (String errorMessage)
 

Detailed Description

Callback interface for adding custom logic after every time a problem with license validation occurs.

Since
5.8.0

Member Function Documentation

void failedToValidateLicense ( String  errorMessage)

Method invoked whenever license validation process fails.

This method is called on the LicenseValidationListener whenever there is a problem with license validation. String describing the error can be retrieved from the errorMessage parameter.

Parameters
errorMessageerror description in human readable String
Since
5.8.0

The documentation for this interface was generated from the following file:
  • LicenseValidationListener.java