|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener interested in events signaled by a game.
Note that this interface does not extend the java.util.EventListener
interface
since that interface is not present in J2ME CLDC 1.1 / MIDP 2.0.
Method Summary | |
void |
gameEnded(GameEvent ge)
Called when the game ends. |
void |
gameEventSignaled(GameEvent ge)
Called for any game event that occurs. |
void |
gameStarted(GameEvent ge)
Called when the game starts. |
void |
illegalThrow(GameEvent ge)
Called when the player executed and illegal throw. |
void |
matchGameChanged(GameEvent ge)
Called when the current game of a match changes. |
void |
playerChanged(GameEvent ge)
Called when the current player of a game changes. |
void |
scoreChanged(GameEvent ge)
Called when the score of a game changes. |
Method Detail |
public void gameStarted(GameEvent ge)
Called when the game starts.
public void gameEnded(GameEvent ge)
Called when the game ends.
public void matchGameChanged(GameEvent ge)
Called when the current game of a match changes.
public void playerChanged(GameEvent ge)
Called when the current player of a game changes.
public void scoreChanged(GameEvent ge)
Called when the score of a game changes.
public void illegalThrow(GameEvent ge)
Called when the player executed and illegal throw.
public void gameEventSignaled(GameEvent ge)
Called for any game event that occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |