|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextInformationListener
The listener interface for receiving context information events.
Method Summary | |
---|---|
java.util.List<AlbumInfo> |
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(AlbumInfo album,
java.awt.Image cover,
long id)
Notify cover retrieved. |
void |
notifyFinishGetSimilarArtist(ArtistInfo a,
java.awt.Image img,
long id)
Notify finish get similar artist. |
void |
notifyLyricsRetrieved(AudioObject audioObject,
Lyrics lyrics,
long id)
Notify lyrics retrieved. |
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 |
setAlbum(AlbumInfo album,
long id)
Sets the album. |
void |
setAlbums(java.util.List<? extends AlbumInfo> album,
long id)
Sets the albums. |
void |
setImage(java.awt.Image img,
AudioObject ao,
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<AlbumInfo> getAlbums()
void notifyAlbumRetrieved(AudioObject file, long id)
file
- the fileid
- the idvoid notifyArtistImage(java.awt.Image img, long id)
img
- the imgid
- the idvoid notifyCoverRetrieved(AlbumInfo album, java.awt.Image cover, long id)
album
- the albumcover
- the coverid
- the idvoid notifyFinishGetSimilarArtist(ArtistInfo 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 idvoid notifyWikiInfoRetrieved(java.lang.String wikiText, java.lang.String wikiURL, long id)
wikiText
- the wiki textwikiURL
- the wiki urlid
- the idvoid notifyLyricsRetrieved(AudioObject audioObject, Lyrics lyrics, long id)
audioObject
- the audio objectlyrics
- the lyricsid
- the idvoid setAlbum(AlbumInfo album, long id)
album
- the albumid
- the idvoid setAlbums(java.util.List<? extends AlbumInfo> album, long id)
album
- the albumid
- the idvoid setImage(java.awt.Image img, AudioObject ao, long id)
img
- the imgao
- audio objectid
- the idvoid setLastAlbumRetrieved(java.lang.String album, long id)
album
- the albumid
- the idvoid 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 |