|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LastFmService | |
---|---|
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables | |
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables |
Uses of LastFmService in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables |
---|
Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables with parameters of type LastFmService | |
---|---|
LastFmAlbumCoverCallable(LastFmService service,
AudioFile file)
Instantiates a new Last.fm album cover runnable. |
Uses of LastFmService in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables |
---|
Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables with parameters of type LastFmService | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |