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 LicenseException
PropEditorPart. 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 void
PropEditorPart. 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 void
ILicenseSystemError. 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.String
IGenericLicenseSystem. completeRegistration(GenericCallback<java.lang.Void,java.lang.String> callback)
Completes the registration.void
IGenericLicenseSystem. save()
Saves the license file.