|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MusicListener
The description of any class needing to recieve notification of changes to music state.
Method Summary | |
---|---|
void |
musicEnded(Music music)
Notification that a piece of music finished playing |
void |
musicSwapped(Music music,
Music newMusic)
Notification that a piece of music has been swapped for another. |
Method Detail |
---|
void musicEnded(Music music)
music
- The music that finished playingvoid musicSwapped(Music music, Music newMusic)
music
- The music that has been swapped outnewMusic
- The new music we're playing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |