com.evolution.player.ui.artwork
Class AlbumArtworkProvider.ArtworkSearchFailure

java.lang.Object
  extended by com.evolution.player.ui.artwork.AlbumArtworkProvider.ArtworkSearchResult
      extended by com.evolution.player.ui.artwork.AlbumArtworkProvider.ArtworkSearchFailure
Enclosing class:
AlbumArtworkProvider

public abstract class AlbumArtworkProvider.ArtworkSearchFailure
extends AlbumArtworkProvider.ArtworkSearchResult

The result of a unsuccessful album search.

Clients must implement


Constructor Summary
AlbumArtworkProvider.ArtworkSearchFailure()
           
 
Method Summary
abstract  java.lang.String getMessage()
          A message explaining why the album artwork could not be retrieved.
 
Methods inherited from class com.evolution.player.ui.artwork.AlbumArtworkProvider.ArtworkSearchResult
getAction, getActionPositions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumArtworkProvider.ArtworkSearchFailure

public AlbumArtworkProvider.ArtworkSearchFailure()
Method Detail

getMessage

public abstract java.lang.String getMessage()
A message explaining why the album artwork could not be retrieved.

Returns:
a message explaining the failure