|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The list update manager API exported by the maingui plugin.
This API is not thread-safe, and should only be called from the AWT/Swing thread.
Method Summary | |
void |
reportSongAdded(SongID songID)
Notify the main gui that a song has been added by this plugin. |
void |
reportSongChanged(SongID songID)
Notify the main gui that a song has been changed by this plugin. |
void |
reportSongRemoved(SongID songID)
Notify the main gui that a song has been removed by this plugin. |
Method Detail |
public void reportSongAdded(SongID songID)
songID
- SongID of the added song.public void reportSongRemoved(SongID songID)
songID
- SongID of the removed song.public void reportSongChanged(SongID songID)
songID
- SongID of the changed song.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |