|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AudioScrobblerListener
The listener interface for receiving audioScrobbler events.
| Method Summary | |
|---|---|
java.util.List<AudioScrobblerAlbum> |
getAlbums()
Gets the albums. |
void |
notifyAlbumRetrieved(AudioObject file,
long id)
Notify album retrieved. |
void |
notifyArtistImage(java.awt.Image img,
long id)
Notify artist image. |
void |
notifyCoverRetrieved(AudioScrobblerAlbum album,
java.awt.Image cover,
long id)
Notify cover retrieved. |
void |
notifyFinishGetSimilarArtist(AudioScrobblerArtist a,
java.awt.Image img,
long id)
Notify finish get similar artist. |
void |
notifyStartRetrievingArtistImages(long id)
Notify start retrieving artist images. |
void |
notifyStartRetrievingCovers(long id)
Notify start retrieving covers. |
void |
notifyWikiInfoRetrieved(java.lang.String wikiText,
java.lang.String wikiURL,
long id)
Notify wiki info retrieved. |
void |
savePicture(java.awt.Image img,
AudioFile file,
long id)
Save picture. |
void |
setAlbum(AudioScrobblerAlbum album,
long id)
Sets the album. |
void |
setAlbums(java.util.List<AudioScrobblerAlbum> album,
long id)
Sets the albums. |
void |
setImage(java.awt.Image img,
long id)
Sets the image. |
void |
setLastAlbumRetrieved(java.lang.String album,
long id)
Sets the last album retrieved. |
void |
setLastArtistRetrieved(java.lang.String artist,
long id)
Sets the last artist retrieved. |
| Method Detail |
|---|
java.util.List<AudioScrobblerAlbum> getAlbums()
void notifyAlbumRetrieved(AudioObject file,
long id)
file - the fileid - the id
void notifyArtistImage(java.awt.Image img,
long id)
img - the imgid - the id
void notifyCoverRetrieved(AudioScrobblerAlbum album,
java.awt.Image cover,
long id)
album - the albumcover - the coverid - the id
void notifyFinishGetSimilarArtist(AudioScrobblerArtist a,
java.awt.Image img,
long id)
a - the aimg - the imgid - the idvoid notifyStartRetrievingArtistImages(long id)
id - the idvoid notifyStartRetrievingCovers(long id)
id - the id
void notifyWikiInfoRetrieved(java.lang.String wikiText,
java.lang.String wikiURL,
long id)
wikiText - the wiki textwikiURL - the wiki urlid - the id
void savePicture(java.awt.Image img,
AudioFile file,
long id)
img - the imgfile - the fileid - the id
void setAlbum(AudioScrobblerAlbum album,
long id)
album - the albumid - the id
void setAlbums(java.util.List<AudioScrobblerAlbum> album,
long id)
album - the albumid - the id
void setImage(java.awt.Image img,
long id)
img - the imgid - the id
void setLastAlbumRetrieved(java.lang.String album,
long id)
album - the albumid - the id
void setLastArtistRetrieved(java.lang.String artist,
long id)
artist - the artistid - the id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||