Uses of Interface
net.sourceforge.atunes.kernel.modules.contextInformation.ContextInformationListener

Packages that use ContextInformationListener
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables   
net.sourceforge.atunes.kernel.modules.contextInformation.lyrics   
 

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.
 



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