|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.core.EvolutionPlayerCore
public class EvolutionPlayerCore
This class provides accessors to various system wide singletons.
Constructor Summary | |
---|---|
EvolutionPlayerCore()
|
Method Summary | |
---|---|
static IBannedMedias |
getBannedMedias()
Get an interface to the collection of banned medias. |
static IClient |
getClient()
An interface to the client. |
static java.io.File |
getDownloadFolder()
The folder to where to download files to. |
static IDownloadManager |
getDownloadManager()
The interface to the download manager. |
static ILibrary |
getLibrary()
An interface to the library. |
static IMusicProviderManager |
getMusicProviderManager()
The interface to the music provider manager. |
INetwork |
getNetwork()
An interface to the network. |
static IWritableScoreBoard |
getScoreBoard()
The interface to the score board. |
static IStructuredLibrary |
getStructuredLibrary()
The interface to the structured library. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvolutionPlayerCore()
Method Detail |
---|
public INetwork getNetwork()
public static IClient getClient()
public static ILibrary getLibrary()
public static IStructuredLibrary getStructuredLibrary()
public static IWritableScoreBoard getScoreBoard()
public static IBannedMedias getBannedMedias()
public static java.io.File getDownloadFolder()
public static IDownloadManager getDownloadManager()
public static IMusicProviderManager getMusicProviderManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |