net.sourceforge.atunes.kernel.modules.audioscrobbler
Class AudioScrobblerAlbumsRunnable

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerAlbumsRunnable
All Implemented Interfaces:
java.lang.Runnable

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

The Class AudioScrobblerAlbumsRunnable.


Constructor Summary
protected AudioScrobblerAlbumsRunnable(AudioScrobblerListener listener, AudioScrobblerService service, AudioObject audioObject, long id)
          Instantiates a new audio scrobbler albums runnable.
 
Method Summary
protected  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

AudioScrobblerAlbumsRunnable

protected AudioScrobblerAlbumsRunnable(AudioScrobblerListener listener,
                                       AudioScrobblerService 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

protected 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.