Uses of Interface
org.mega.gasp.listener.OnEvent

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

Uses of OnEvent in org.mega.gasp.bluetooth.miniplatform
 

Classes in org.mega.gasp.bluetooth.miniplatform that implement OnEvent
 class ApplicationInstance
          ApplicationInstance represent a game session of a specific application.
 

Uses of OnEvent in org.mega.gasp.listener
 

Subinterfaces of OnEvent in org.mega.gasp.listener
 interface OnDataEvent
          Listener to listen DataEvents.
 interface OnEndEvent
          Listener to listen EndEvents.
 interface OnJoinEvent
          Listener to listen JoinEvents.
 interface OnQuitEvent
          Listener to listen QuitEvents.
 interface OnStartEvent
          Listener to listen StartEvents.
 

Uses of OnEvent in org.mega.gasp.platform
 

Subinterfaces of OnEvent in org.mega.gasp.platform
 interface ApplicationInstance
          ApplicationInstance represent a game session of a specific application.
 

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

Classes in org.mega.gasp.platform.impl that implement OnEvent
 class ApplicationInstanceImpl
          ApplicationInstance represent a game session of a specific application.
 

Uses of OnEvent in org.mega.gasp.server
 

Classes in org.mega.gasp.server that implement OnEvent
 class GASPServer
          A game server logic running on GASP must implement this class GASPServer.