net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables
Class LastFmAlbumCoverCallable

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables.LastFmAlbumCoverCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.awt.Image>

public class LastFmAlbumCoverCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.awt.Image>

The Class LastFmAlbumCoverCallable.


Constructor Summary
LastFmAlbumCoverCallable(LastFmService service, AudioFile file)
          Instantiates a new Last.fm album cover runnable.
 
Method Summary
 java.awt.Image call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastFmAlbumCoverCallable

public LastFmAlbumCoverCallable(LastFmService service,
                                AudioFile file)
Instantiates a new Last.fm album cover runnable.

Parameters:
service - the service
file - the file
Method Detail

call

public java.awt.Image call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.awt.Image>
Throws:
java.lang.Exception


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