net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables
Class LastFmAlbumsRunnable

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables.LastFmAlbumsRunnable
All Implemented Interfaces:
java.lang.Runnable

public class LastFmAlbumsRunnable
extends java.lang.Object
implements java.lang.Runnable

The Class LastFmAlbumsRunnable.


Constructor Summary
LastFmAlbumsRunnable(ContextInformationListener listener, LastFmService service, AudioObject audioObject, long id)
          Instantiates a new audio scrobbler albums runnable.
 
Method Summary
 void interrupt()
          Interrupt.
 void run()
           
 void setRetrieveArtistInfo(boolean retrieveArtistInfo)
          Sets the retrieve artist info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastFmAlbumsRunnable

public LastFmAlbumsRunnable(ContextInformationListener listener,
                            LastFmService service,
                            AudioObject audioObject,
                            long id)
Instantiates a new audio scrobbler albums runnable.

Parameters:
listener - the listener
service - the service
audioObject - the audio object
id - the id
Method Detail

interrupt

public void interrupt()
Interrupt.


run

public void run()
Specified by:
run in interface java.lang.Runnable

setRetrieveArtistInfo

public void setRetrieveArtistInfo(boolean retrieveArtistInfo)
Sets the retrieve artist info.

Parameters:
retrieveArtistInfo - the new retrieve artist info


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