org.gudy.azureus2.plugins.utils
Interface FeatureManager.Licence
- Enclosing interface:
 - FeatureManager
 
public static interface FeatureManager.Licence
 
 
 
LS_PENDING_AUTHENTICATION
static final int LS_PENDING_AUTHENTICATION
- See Also:
 - Constant Field Values
 
LS_AUTHENTICATED
static final int LS_AUTHENTICATED
- See Also:
 - Constant Field Values
 
LS_INVALID_KEY
static final int LS_INVALID_KEY
- See Also:
 - Constant Field Values
 
LS_CANCELLED
static final int LS_CANCELLED
- See Also:
 - Constant Field Values
 
LS_REVOKED
static final int LS_REVOKED
- See Also:
 - Constant Field Values
 
LS_ACTIVATION_DENIED
static final int LS_ACTIVATION_DENIED
- See Also:
 - Constant Field Values
 
getState
int getState()
 
getKey
String getKey()
 
getShortID
String getShortID()
 
getFeatures
FeatureManager.FeatureDetails[] getFeatures()
 
isFullyInstalled
boolean isFullyInstalled()
 
retryInstallation
void retryInstallation()
 
addInstallationListener
void addInstallationListener(FeatureManager.Licence.LicenceInstallationListener listener)
 
removeInstallationListener
void removeInstallationListener(FeatureManager.Licence.LicenceInstallationListener listener)
 
remove
void remove()