public interface MainClass
Modifier and Type | Method and Description |
---|---|
void |
_onTimerTick(boolean canUpdate)
Called by the vm when a timer event has been triggered.
|
void |
_postEvent(int type,
int key,
int x,
int y,
int modifiers,
int timeStamp)
Called by the vm when an event is posted
|
void |
appEnding()
Called by the vm when the application is ending
|
void |
appStarting(int timeAvail)
Called by the vm when the application is starting
|
void _postEvent(int type, int key, int x, int y, int modifiers, int timeStamp)
void appStarting(int timeAvail)
void appEnding()
void _onTimerTick(boolean canUpdate)