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 LicensingHistoryEventActivationChange.eventThe history event that caused the change.protected LicensingHistoryEventLicensingHistoryEntry.eventThe event type.Methods in com.iizix.license.history that return LicensingHistoryEventModifier and TypeMethodDescriptionstatic LicensingHistoryEventLicensingHistoryEvent.from(int value) Gets the event from a value.ActivationChange.getEvent()Gets the history event.LicensingHistoryEntry.getEvent()Gets the history event.static LicensingHistoryEventReturns 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 TypeMethodDescriptionvoidLicensingHistory.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.