vooga.network.gamelobby
Class GameStartingNotification

java.lang.Object
  extended by vooga.network.gamelobby.VoogaLobbyClientMessage
      extended by vooga.network.gamelobby.GameStartingNotification
All Implemented Interfaces:
java.io.Serializable

 class GameStartingNotification
extends VoogaLobbyClientMessage


Field Summary
 
Fields inherited from class vooga.network.gamelobby.VoogaLobbyClientMessage
myLobbyID, myLobbyName, myNumberOfPlayers, myPlayerNumber, myUserName
 
Constructor Summary
GameStartingNotification(long lobbyID, int playerNumber, int numberOfPlayers)
           
 
Method Summary
 void execute(ILobbyInfoReceiver receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameStartingNotification

public GameStartingNotification(long lobbyID,
                                int playerNumber,
                                int numberOfPlayers)
Method Detail

execute

public void execute(ILobbyInfoReceiver receiver)
Specified by:
execute in class VoogaLobbyClientMessage