|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuitEvent | |
org.mega.gasp.bluetooth.miniplatform | |
org.mega.gasp.event.impl | |
org.mega.gasp.listener | |
org.mega.gasp.platform.impl | |
org.mega.gasp.server |
Uses of QuitEvent in org.mega.gasp.bluetooth.miniplatform |
Methods in org.mega.gasp.bluetooth.miniplatform with parameters of type QuitEvent | |
void |
ApplicationInstance.onQuitEvent(QuitEvent e)
|
private void |
ApplicationInstance.notifyQuitToListenners(QuitEvent e)
Raise the QuitEvent to all external listenners, in particular the game logic threads. |
Uses of QuitEvent in org.mega.gasp.event.impl |
Classes in org.mega.gasp.event.impl that implement QuitEvent | |
class |
QuitEventImpl
|
Uses of QuitEvent in org.mega.gasp.listener |
Methods in org.mega.gasp.listener with parameters of type QuitEvent | |
void |
OnQuitEvent.onQuitEvent(QuitEvent e)
|
Uses of QuitEvent in org.mega.gasp.platform.impl |
Methods in org.mega.gasp.platform.impl with parameters of type QuitEvent | |
void |
ApplicationInstanceImpl.onQuitEvent(QuitEvent qe)
When a QuitEvent arrives, then notify to all listeners and to all other actor sessions |
private void |
ApplicationInstanceImpl.notifyQuitToListeners(QuitEvent e)
Raise the QuitEvent to all external listenners, in particular the game server logic thread. |
Uses of QuitEvent in org.mega.gasp.server |
Methods in org.mega.gasp.server with parameters of type QuitEvent | |
abstract void |
GASPServer.onQuitEvent(QuitEvent qe)
Method called when a QuitEvent is received from the platform. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |