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 LicensingHistoryEventActivationChange. eventThe history event that caused the change.protected LicensingHistoryEventLicensingHistoryEntry. eventThe event type.Methods in com.iizix.license.history that return LicensingHistoryEvent Modifier and Type Method Description static LicensingHistoryEventLicensingHistoryEvent. from(int value)Gets the event from a value.LicensingHistoryEventActivationChange. getEvent()Gets the history event.LicensingHistoryEventLicensingHistoryEntry. getEvent()Gets the history event.static LicensingHistoryEventLicensingHistoryEvent. 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 voidLicensingHistory. 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.