Methods Summary |
---|
public static AzureusCore | create()Azureus core is a singleton that must be initially created by someone, and initialised
return( AzureusCoreImpl.create());
|
public static AzureusCore | getSingleton()Once created the singleton can be accessed via this method
return( AzureusCoreImpl.getSingleton());
|
public static boolean | isCoreAvailable()
return( AzureusCoreImpl.isCoreAvailable());
|