Uses of Enum Class
com.iizix.license.history.LicensingHistoryEvent
Packages that use LicensingHistoryEvent
Uses of LicensingHistoryEvent in com.iizix.license.history
Fields in com.iizix.license.history declared as LicensingHistoryEventModifier and TypeFieldDescriptionprotected LicensingHistoryEvent
ActivationChange.event
The history event that caused the change.protected LicensingHistoryEvent
LicensingHistoryEntry.event
The event type.Methods in com.iizix.license.history that return LicensingHistoryEventModifier and TypeMethodDescriptionstatic LicensingHistoryEvent
LicensingHistoryEvent.from
(int value) Gets the event from a value.ActivationChange.getEvent()
Gets the history event.LicensingHistoryEntry.getEvent()
Gets the history event.static LicensingHistoryEvent
Returns the enum constant of this class with the specified name.static LicensingHistoryEvent[]
LicensingHistoryEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.license.history with parameters of type LicensingHistoryEventModifier and TypeMethodDescriptionvoid
LicensingHistory.addEntry
(LicensingHistoryEvent event, String text) Adds a new history entry.Constructors in com.iizix.license.history with parameters of type LicensingHistoryEventModifierConstructorDescriptionActivationChange
(LicensingHistoryEvent event, String msg) Constructor from a history event and a message.LicensingHistoryEntry
(long dateTime, LicensingHistoryEvent event, String text) Constructs a new entry.LicensingHistoryEntry
(LicensingHistoryEvent event, String text) Constructs a new entry created now.