vooga.network.gamelobby
Class UserJoinedLobbyNotification

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

 class UserJoinedLobbyNotification
extends VoogaLobbyClientMessage


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

UserJoinedLobbyNotification

public UserJoinedLobbyNotification(long lobbyID,
                                   java.lang.String userName)
Method Detail

execute

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