Uses of Interface
com.iizix.license.IUserInterfaceFeedback
Packages that use IUserInterfaceFeedback Package Description com.iizigo.setup com.iizix.license Uses of IUserInterfaceFeedback in com.iizigo.setup
Classes in com.iizigo.setup that implement IUserInterfaceFeedback Modifier and Type Class Description class
UIFeedBack<RETURN_CODE>
A feed-back class for the license system that can operate in headless or in non-SWT environments.Uses of IUserInterfaceFeedback in com.iizix.license
Methods in com.iizix.license with parameters of type IUserInterfaceFeedback Modifier and Type Method Description void
IGenericLicenseSystem. assignFeedBack(IUserInterfaceFeedback<ValidateReply> feedback)
Assigns the validation feedback (UI).