Uses of Class
com.iizix.license.history.LicensingHistoryEvent
Packages that use LicensingHistoryEvent Package Description com.iizix.license.history Uses of LicensingHistoryEvent in com.iizix.license.history
Fields in com.iizix.license.history declared as LicensingHistoryEvent Modifier and Type Field Description protected 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 LicensingHistoryEvent Modifier and Type Method Description static LicensingHistoryEvent
LicensingHistoryEvent. from(int value)
Gets the event from a value.LicensingHistoryEvent
ActivationChange. getEvent()
Gets the history event.LicensingHistoryEvent
LicensingHistoryEntry. getEvent()
Gets the history event.static LicensingHistoryEvent
LicensingHistoryEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LicensingHistoryEvent[]
LicensingHistoryEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.license.history with parameters of type LicensingHistoryEvent Modifier and Type Method Description void
LicensingHistory. addEntry(LicensingHistoryEvent event, java.lang.String text)
Adds a new history entry.Constructors in com.iizix.license.history with parameters of type LicensingHistoryEvent Constructor Description ActivationChange(LicensingHistoryEvent event, java.lang.String msg)
Constructor from a history event and a message.LicensingHistoryEntry(long dateTime, LicensingHistoryEvent event, java.lang.String text)
Constructs a new entry.LicensingHistoryEntry(LicensingHistoryEvent event, java.lang.String text)
Constructs a new entry created now.