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. |