Uses of Enum Class
com.iizix.license.MessageType
Packages that use MessageType
Uses of MessageType in com.iizix.license
Methods in com.iizix.license that return MessageTypeModifier 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.Methods in com.iizix.license with parameters of type MessageTypeModifier 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.