org.gudy.azureus2.plugins.utils
Interface FeatureManager.Licence

Enclosing interface:
FeatureManager

public static interface FeatureManager.Licence


Nested Class Summary
static interface FeatureManager.Licence.LicenceInstallationListener
           
 
Field Summary
static int LS_ACTIVATION_DENIED
           
static int LS_AUTHENTICATED
           
static int LS_CANCELLED
           
static int LS_INVALID_KEY
           
static int LS_PENDING_AUTHENTICATION
           
static int LS_REVOKED
           
 
Method Summary
 void addInstallationListener(FeatureManager.Licence.LicenceInstallationListener listener)
           
 FeatureManager.FeatureDetails[] getFeatures()
           
 String getKey()
           
 String getShortID()
           
 int getState()
           
 boolean isFullyInstalled()
           
 void remove()
           
 void removeInstallationListener(FeatureManager.Licence.LicenceInstallationListener listener)
           
 void retryInstallation()
           
 

Field Detail

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
Method Detail

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()