Uses of Interface
org.mega.gasp.event.StartEvent

Packages that use StartEvent
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 StartEvent in org.mega.gasp.bluetooth.miniplatform
 

Methods in org.mega.gasp.bluetooth.miniplatform with parameters of type StartEvent
 void ApplicationInstance.onStartEvent(StartEvent e)
           
private  void ApplicationInstance.notifyStartToListenners(StartEvent e)
          Raise the StartEvent to all external listenners, in particular the game logic threads.
 

Uses of StartEvent in org.mega.gasp.event.impl
 

Classes in org.mega.gasp.event.impl that implement StartEvent
 class StartEventImpl
           
 

Uses of StartEvent in org.mega.gasp.listener
 

Methods in org.mega.gasp.listener with parameters of type StartEvent
 void OnStartEvent.onStartEvent(StartEvent e)
           
 

Uses of StartEvent in org.mega.gasp.platform.impl
 

Methods in org.mega.gasp.platform.impl with parameters of type StartEvent
 void ApplicationInstanceImpl.onStartEvent(StartEvent e)
          When a StartEvent arrives, if the actor session ID of the event is the ownerASID then notify to all listeners and to all other actor sessions else do nothing.
private  void ApplicationInstanceImpl.notifyStartToListeners(StartEvent e)
          Raise the StartEvent to all external listenners, in particular the game server logic thread.
 

Uses of StartEvent in org.mega.gasp.server
 

Methods in org.mega.gasp.server with parameters of type StartEvent
abstract  void GASPServer.onStartEvent(StartEvent se)
          Method called when a StartEvent is received from the platform.