Uses of Interface
vooga.network.gamelobby.ILobbyInfoReceiver

Packages that use ILobbyInfoReceiver
vooga.arcade.components.specific   
vooga.network.gamelobby   
 

Uses of ILobbyInfoReceiver in vooga.arcade.components.specific
 

Classes in vooga.arcade.components.specific that implement ILobbyInfoReceiver
 class MultiplayerLobbyFrame
          Class used to manage a multiplayer lobby.
 

Uses of ILobbyInfoReceiver in vooga.network.gamelobby
 

Methods in vooga.network.gamelobby with parameters of type ILobbyInfoReceiver
 void GameStartingNotification.execute(ILobbyInfoReceiver receiver)
           
 void UserLeftLobbyNotification.execute(ILobbyInfoReceiver receiver)
           
 void UserJoinedLobbyNotification.execute(ILobbyInfoReceiver receiver)
           
 void LobbyClosedNotification.execute(ILobbyInfoReceiver receiver)
           
 void NewLobbyNotification.execute(ILobbyInfoReceiver receiver)
           
abstract  void VoogaLobbyClientMessage.execute(ILobbyInfoReceiver receiver)
           
 void VoogaLobbyClient.registerReceiver(ILobbyInfoReceiver receiver)
          Registers a receiver for this client.