|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinEvent | |
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 JoinEvent in org.mega.gasp.bluetooth.miniplatform |
Methods in org.mega.gasp.bluetooth.miniplatform with parameters of type JoinEvent | |
void |
ApplicationInstance.onJoinEvent(JoinEvent e)
|
private void |
ApplicationInstance.notifyJoinToListenners(JoinEvent e)
Raise the JoinEvent to all external listenners, in particular the game logic threads. |
Uses of JoinEvent in org.mega.gasp.event.impl |
Classes in org.mega.gasp.event.impl that implement JoinEvent | |
class |
JoinEventImpl
|
Uses of JoinEvent in org.mega.gasp.listener |
Methods in org.mega.gasp.listener with parameters of type JoinEvent | |
void |
OnJoinEvent.onJoinEvent(JoinEvent e)
|
Uses of JoinEvent in org.mega.gasp.platform.impl |
Methods in org.mega.gasp.platform.impl with parameters of type JoinEvent | |
void |
ApplicationInstanceImpl.onJoinEvent(JoinEvent e)
When a JoinEvent arrives, notify to all listeners and to all other actor sessions |
private void |
ApplicationInstanceImpl.notifyJoinToListeners(JoinEvent e)
Raise the JoinEvent to all external listenners, in particular the game server logic thread. |
Uses of JoinEvent in org.mega.gasp.server |
Methods in org.mega.gasp.server with parameters of type JoinEvent | |
abstract void |
GASPServer.onJoinEvent(JoinEvent je)
Method called when a JoinEvent is received from the platform. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |