Uses of Class
com.iizix.license.ValidateReply
Packages that use ValidateReply Package Description com.iizix.license Uses of ValidateReply in com.iizix.license
Methods in com.iizix.license that return ValidateReply Modifier and Type Method Description static ValidateReply
ValidateReply. fromReplyValue(int value)
Finds the reply from a reply value.ValidateReply
IGenericLicenseSystem. validate()
Validates the license.static ValidateReply
ValidateReply. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidateReply[]
ValidateReply. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.iizix.license with type arguments of type ValidateReply Modifier and Type Method Description void
IGenericLicenseSystem. assignFeedBack(IUserInterfaceFeedback<ValidateReply> feedback)
Assigns the validation feedback (UI).