vooga.network.gamelobby
Class NewLobbyNotification

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

 class NewLobbyNotification
extends VoogaLobbyClientMessage


Field Summary
 
Fields inherited from class vooga.network.gamelobby.VoogaLobbyClientMessage
myLobbyID, myLobbyName, myNumberOfPlayers, myPlayerNumber, myUserName
 
Constructor Summary
NewLobbyNotification(long lobbyID, java.lang.String lobbyName)
           
 
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

NewLobbyNotification

public NewLobbyNotification(long lobbyID,
                            java.lang.String lobbyName)
Method Detail

execute

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