Uses of Enum Class
com.iizix.license.MessageType
Uses of MessageType in com.iizix.license
Modifier and TypeMethodDescriptionstatic MessageType
Returns the enum constant of this class with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ILicenseLogger.onLicenseSystemMessage
(MessageType messageType, String message) Called by the license system to display a message.void
ILicenseLogger.onLicenseSystemMessage
(MessageType messageType, String message, Throwable exception) Called by the license system to display a message.