Uses of Class
com.iizix.license.LicenseException
Packages that use LicenseException Package Description com.iizigo.editor com.iizix.license Uses of LicenseException in com.iizigo.editor
Methods in com.iizigo.editor that return LicenseException Modifier and Type Method Description static LicenseExceptionPropEditorPart. getLicenseException()Gets the potential license exception that occurred when loading it.Methods in com.iizigo.editor with parameters of type LicenseException Modifier and Type Method Description static voidPropEditorPart. invalidLicense(LicenseException e)Called from the SWT thread if the license is not valid.Uses of LicenseException in com.iizix.license
Methods in com.iizix.license with parameters of type LicenseException Modifier and Type Method Description voidILicenseSystemError. onError(LicenseException exception)Called when the license system shuts down the iizi functions.Methods in com.iizix.license that throw LicenseException Modifier and Type Method Description java.lang.StringIGenericLicenseSystem. completeRegistration(GenericCallback<java.lang.Void,java.lang.String> callback)Completes the registration.voidIGenericLicenseSystem. save()Saves the license file.