vooga.network.gamelobby
Class NewLobbyRequest

java.lang.Object
  extended by vooga.network.gamelobby.VoogaLobbyServerRequest
      extended by vooga.network.gamelobby.NewLobbyRequest
All Implemented Interfaces:
java.io.Serializable

 class NewLobbyRequest
extends VoogaLobbyServerRequest


Field Summary
 
Fields inherited from class vooga.network.gamelobby.VoogaLobbyServerRequest
myGame, myLobby, myLobbyID, myName, myOccupancy
 
Constructor Summary
NewLobbyRequest(java.lang.String gameName, java.lang.String lobbyName, int occupancy, java.lang.String creatorName)
           
 
Method Summary
 void execute(VoogaLobbyServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLobbyRequest

public NewLobbyRequest(java.lang.String gameName,
                       java.lang.String lobbyName,
                       int occupancy,
                       java.lang.String creatorName)
Method Detail

execute

public void execute(VoogaLobbyServer server)
Specified by:
execute in class VoogaLobbyServerRequest