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

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

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

The Class LastFmCoversRunnable.


Constructor Summary
LastFmCoversRunnable(ContextInformationListener listener, LastFmService service, java.util.List<? extends AlbumInfo> albums, long id, AudioObject audioObject)
          Instantiates a new audio scrobbler covers runnable.
 
Method Summary
 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

LastFmCoversRunnable

public LastFmCoversRunnable(ContextInformationListener listener,
                            LastFmService service,
                            java.util.List<? extends AlbumInfo> albums,
                            long id,
                            AudioObject audioObject)
Instantiates a new audio scrobbler covers runnable.

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

interrupt

public void interrupt()
Interrupt.


run

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


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