Uses of Class
com.iizix.license.MessageType
Packages that use MessageType Package Description com.iizix.license Uses of MessageType in com.iizix.license
Methods in com.iizix.license that return MessageType Modifier and Type Method Description static MessageType
MessageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.license with parameters of type MessageType Modifier and Type Method Description void
ILicenseLogger. onLicenseSystemMessage(MessageType messageType, java.lang.String message)
Called by the license system to display a message.void
ILicenseLogger. onLicenseSystemMessage(MessageType messageType, java.lang.String message, java.lang.Throwable exception)
Called by the license system to display a message.