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

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

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

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

Classes in org.mega.gasp.event.impl that implement EndEvent
 class EndEventImpl
           
 

Uses of EndEvent in org.mega.gasp.listener
 

Methods in org.mega.gasp.listener with parameters of type EndEvent
 void OnEndEvent.onEndEvent(EndEvent e)
           
 

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

Methods in org.mega.gasp.platform.impl with parameters of type EndEvent
 void ApplicationInstanceImpl.onEndEvent(EndEvent e)
          When a EndEvent 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.notifyEndToListeners(EndEvent e)
          Raise the EndEvent to all external listenners, in particular the game server logic thread.
 

Uses of EndEvent in org.mega.gasp.server
 

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