Uses of Interface
com.iizix.license.ILicenseCallback
Packages that use ILicenseCallback Package Description com.iizix.app.builder com.iizix.license Uses of ILicenseCallback in com.iizix.app.builder
Methods in com.iizix.app.builder with parameters of type ILicenseCallback Modifier and Type Method Description java.lang.String
ApplicationDistributor. initializeLicenseSystem(ILicenseCallback licCB)
Initializes the license system because app registration is requested.Uses of ILicenseCallback in com.iizix.license
Methods in com.iizix.license with parameters of type ILicenseCallback Modifier and Type Method Description void
IGenericLicenseSystem. assignCallback(ILicenseCallback callback)
Assigns the callback for major failures.