|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextInformationListener in net.sourceforge.atunes.kernel.handlers |
---|
Classes in net.sourceforge.atunes.kernel.handlers that implement ContextInformationListener | |
---|---|
class |
ContextInformationServiceHandler
The Class ContextInformationServiceHandler. |
Uses of ContextInformationListener in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables |
---|
Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables with parameters of type ContextInformationListener | |
---|---|
LastFmAlbumsRunnable(ContextInformationListener listener,
LastFmService service,
AudioObject audioObject,
long id)
Instantiates a new audio scrobbler albums runnable. |
|
LastFmCoversRunnable(ContextInformationListener listener,
LastFmService service,
java.util.List<? extends AlbumInfo> albums,
long id,
AudioObject audioObject)
Instantiates a new audio scrobbler covers runnable. |
|
LastFmRunnable(ContextInformationListener listener,
LastFmService service,
AudioObject audioObject,
long id,
java.util.concurrent.ExecutorService executorService)
Instantiates a new audio scrobbler runnable. |
|
LastFmSimilarArtistsRunnable(ContextInformationListener listener,
LastFmService service,
java.lang.String artist,
long id)
Instantiates a new audio scrobbler similar artists runnable. |
Uses of ContextInformationListener in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics |
---|
Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics with parameters of type ContextInformationListener | |
---|---|
LyricsRunnable(ContextInformationListener listener,
AudioObject audioObject,
long id)
Instantiates a new lyrics runnable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |