Uses of Package
org.mega.gasp.event

Packages that use org.mega.gasp.event
org.mega.gasp.bluetooth.miniplatform   
org.mega.gasp.event   
org.mega.gasp.event.impl   
org.mega.gasp.listener   
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
org.mega.gasp.server   
 

Classes in org.mega.gasp.event used by org.mega.gasp.bluetooth.miniplatform
EndEvent
          EndEvent is generated by the ApplicationInstance actor owner, when he want to end the game.
Event
          Generic event.
JoinEvent
          JoinEvent is an event generated by the actor when he joins an ApplicationInstance.
QuitEvent
          Event generated when a player leave an application instance.
StartEvent
          StartEvent is an event generated by the ApplicationInstance actor owner when he wants to start the game.
 

Classes in org.mega.gasp.event used by org.mega.gasp.event
Event
          Generic event.
 

Classes in org.mega.gasp.event used by org.mega.gasp.event.impl
DataEvent
          DataEvent is an event generated by the actor in game for send datas to the game logic.
EndEvent
          EndEvent is generated by the ApplicationInstance actor owner, when he want to end the game.
Event
          Generic event.
JoinEvent
          JoinEvent is an event generated by the actor when he joins an ApplicationInstance.
QuitEvent
          Event generated when a player leave an application instance.
StartEvent
          StartEvent is an event generated by the ApplicationInstance actor owner when he wants to start the game.
 

Classes in org.mega.gasp.event used by org.mega.gasp.listener
DataEvent
          DataEvent is an event generated by the actor in game for send datas to the game logic.
EndEvent
          EndEvent is generated by the ApplicationInstance actor owner, when he want to end the game.
JoinEvent
          JoinEvent is an event generated by the actor when he joins an ApplicationInstance.
QuitEvent
          Event generated when a player leave an application instance.
StartEvent
          StartEvent is an event generated by the ApplicationInstance actor owner when he wants to start the game.
 

Classes in org.mega.gasp.event used by org.mega.gasp.platform
DataEvent
          DataEvent is an event generated by the actor in game for send datas to the game logic.
Event
          Generic event.
 

Classes in org.mega.gasp.event used by org.mega.gasp.platform.impl
DataEvent
          DataEvent is an event generated by the actor in game for send datas to the game logic.
EndEvent
          EndEvent is generated by the ApplicationInstance actor owner, when he want to end the game.
Event
          Generic event.
JoinEvent
          JoinEvent is an event generated by the actor when he joins an ApplicationInstance.
QuitEvent
          Event generated when a player leave an application instance.
StartEvent
          StartEvent is an event generated by the ApplicationInstance actor owner when he wants to start the game.
 

Classes in org.mega.gasp.event used by org.mega.gasp.server
DataEvent
          DataEvent is an event generated by the actor in game for send datas to the game logic.
EndEvent
          EndEvent is generated by the ApplicationInstance actor owner, when he want to end the game.
JoinEvent
          JoinEvent is an event generated by the actor when he joins an ApplicationInstance.
QuitEvent
          Event generated when a player leave an application instance.
StartEvent
          StartEvent is an event generated by the ApplicationInstance actor owner when he wants to start the game.