Package vooga.network.gamelobby

Interface Summary
ILobbyInfoReceiver This interface should be implemented by classes that want to receive updates from the server concerning lobby activity via a VoogaLobbyClient .
 

Class Summary
GameStartingNotification  
GetLobbiesRequest  
JoinLobbyRequest  
LeaveLobbyRequest  
LobbyClosedNotification  
NewLobbyNotification  
NewLobbyRequest  
StartGameRequest  
UserJoinedLobbyNotification  
UserLeftLobbyNotification  
VoogaLobby VoogaLobby manages users in a lobby in a networked game session.
VoogaLobbyClient VoogaLobbyClient allows users to interact with lobbies on the server in the interest of playing networked games.
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.
VoogaLobbyServerThread VoogaLobbyServerThread manages lobby requests