Uses of Class
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.LastFmService

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.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.