vooga.network.gamelobby
Class LobbyClosedNotification

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

 class LobbyClosedNotification
extends VoogaLobbyClientMessage


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

LobbyClosedNotification

public LobbyClosedNotification(long lobbyID)
Method Detail

execute

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