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 ValidateReplyValidateReply. fromReplyValue(int value)Finds the reply from a reply value.ValidateReplyIGenericLicenseSystem. validate()Validates the license.static ValidateReplyValidateReply. 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 voidIGenericLicenseSystem. assignFeedBack(IUserInterfaceFeedback<ValidateReply> feedback)Assigns the validation feedback (UI).