Uses of Enum Class
com.iizix.license.ValidateReply
Packages that use ValidateReply
Uses of ValidateReply in com.iizix.license
Methods in com.iizix.license that return ValidateReplyModifier and TypeMethodDescriptionstatic ValidateReplyValidateReply.fromReplyValue(int value) Finds the reply from a reply value.IGenericLicenseSystem.validate()Validates the license.static ValidateReplyReturns the enum constant of this class with the specified name.static ValidateReply[]ValidateReply.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.iizix.license with type arguments of type ValidateReplyModifier and TypeMethodDescriptionvoidIGenericLicenseSystem.assignFeedBack(IUserInterfaceFeedback<ValidateReply> feedback) Assigns the validation feedback (UI).