vooga.network.gamelobby
Class UserLeftLobbyNotification

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

 class UserLeftLobbyNotification
extends VoogaLobbyClientMessage


Field Summary
 
Fields inherited from class vooga.network.gamelobby.VoogaLobbyClientMessage
myLobbyID, myLobbyName, myNumberOfPlayers, myPlayerNumber, myUserName
 
Constructor Summary
UserLeftLobbyNotification(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

UserLeftLobbyNotification

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

execute

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