Interface LicensingModelProperties
public interface LicensingModelProperties
Licensing models must implement this interface.
On events that require licensing model specific actions, corresponding event handlers are called. Event handlers that do not return any values expected to validate the passed arguments, possibly modifying them. Must throw exceptions in case validation is not passed.
-
Method Summary
-
Method Details
-
getName
String getName()Gets the licensing model name.- Returns:
- the licensing model name
-