Uses of Class
org.mega.gasp.server.GASPServer

Packages that use GASPServer
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
 

Uses of GASPServer in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return GASPServer
 GASPServer ApplicationInstance.getServer()
          Returns the minimum number of actors required to start the game session.
 

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

Fields in org.mega.gasp.platform.impl declared as GASPServer
private  GASPServer ApplicationInstanceImpl.server
           
 

Methods in org.mega.gasp.platform.impl that return GASPServer
 GASPServer ApplicationInstanceImpl.getServer()
          Returns the server associated with the ApplicationInstance.