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

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

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

The Class LastFmRunnable.


Constructor Summary
LastFmRunnable(ContextInformationListener listener, LastFmService service, AudioObject audioObject, long id, java.util.concurrent.ExecutorService executorService)
          Instantiates a new audio scrobbler 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

LastFmRunnable

public LastFmRunnable(ContextInformationListener listener,
                      LastFmService service,
                      AudioObject audioObject,
                      long id,
                      java.util.concurrent.ExecutorService executorService)
Instantiates a new audio scrobbler 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.