Uses of Interface
org.mega.gasp.platform.Lobby

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

Uses of Lobby in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return Lobby
 Lobby Platform.getLobby()
          Return the Lobby service.
 

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

Classes in org.mega.gasp.platform.impl that implement Lobby
 class LobbyImpl
          Lobby provide informations to the users on the current state of the Gaming Platform.
 

Fields in org.mega.gasp.platform.impl declared as Lobby
private  Lobby PlatformImpl.lobby
           
 

Methods in org.mega.gasp.platform.impl that return Lobby
 Lobby PlatformImpl.getLobby()
          Return the Lobby service.