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

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

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

The Class AudioScrobblerCoversRunnable.


Constructor Summary
AudioScrobblerCoversRunnable(AudioScrobblerListener listener, AudioScrobblerService service, java.util.List<AudioScrobblerAlbum> albums, long id)
          Instantiates a new audio scrobbler covers runnable.
 
Method Summary
protected  void interrupt()
          Interrupt.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioScrobblerCoversRunnable

public AudioScrobblerCoversRunnable(AudioScrobblerListener listener,
                                    AudioScrobblerService service,
                                    java.util.List<AudioScrobblerAlbum> albums,
                                    long id)
Instantiates a new audio scrobbler covers runnable.

Parameters:
listener - the listener
service - the service
albums - the albums
id - the id
Method Detail

interrupt

protected void interrupt()
Interrupt.


run

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


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