|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGameControlListener
Someone who wants to know that a game in a SceneView
has requested the game to quit or to restart.
You may want to subclass GameControlAdapter
if
you don't intend to implement all methods.
Method Summary | |
---|---|
void |
quitRequested()
The game wants the application to quit. |
void |
restartRequested()
The game wants the application to restart. |
Method Detail |
---|
void quitRequested()
void restartRequested()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |