Uses of Enum Class
com.iizix.license.history.LicensingHistoryEvent
Uses of LicensingHistoryEvent in com.iizix.license.history
Modifier and TypeFieldDescriptionprotected LicensingHistoryEvent
ActivationChange.event
The history event that caused the change.protected LicensingHistoryEvent
LicensingHistoryEntry.event
The event type.Modifier 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.Modifier and TypeMethodDescriptionvoid
LicensingHistory.addEntry
(LicensingHistoryEvent event, String text) Adds a new history entry.ModifierConstructorDescriptionActivationChange
(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.