|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GameChangeListener
Method Summary | |
---|---|
void |
levelHasChanged(int level,
java.lang.String name)
Invoked when a new level start. |
void |
liveHasChanged(int live)
Invoked when the number of lives has changed. |
void |
scoreHasChanged(int score)
Invoked when the score has changed. |
Method Detail |
---|
void levelHasChanged(int level, java.lang.String name)
level
- the number of the new levelname
- the name of the new lavelvoid liveHasChanged(int live)
live
- the new number of livesvoid scoreHasChanged(int score)
score
- the new score.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |