Uses of Package
vooga.network.gamelobby

Packages that use vooga.network.gamelobby
vooga.arcade.components.specific   
vooga.arcade.listeners.windowListeners   
vooga.network.gamelobby   
 

Classes in vooga.network.gamelobby used by vooga.arcade.components.specific
ILobbyInfoReceiver
          This interface should be implemented by classes that want to receive updates from the server concerning lobby activity via a VoogaLobbyClient .
 

Classes in vooga.network.gamelobby used by vooga.arcade.listeners.windowListeners
VoogaLobbyClient
          VoogaLobbyClient allows users to interact with lobbies on the server in the interest of playing networked games.
 

Classes in vooga.network.gamelobby used by vooga.network.gamelobby
ILobbyInfoReceiver
          This interface should be implemented by classes that want to receive updates from the server concerning lobby activity via a VoogaLobbyClient .
VoogaLobbyClientMessage
          A VoogaLobbyClientMessage is sent by the lobby server to a client, where it calls the appropriate method on the receiver passed to it.
VoogaLobbyServer
          VoogaLobbyServer handles requests from clients and updates clients that are listening to a game when activity happens whithin that game's lobby system.
VoogaLobbyServerRequest
          A VoogaLobbyServerRequest is sent to the server by the client, and then executes the appropriate method calls on the server.