vooga.network
Class VoogaServerRequest

java.lang.Object
  extended by vooga.network.VoogaServerRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DisconnectRequest

public abstract class VoogaServerRequest
extends java.lang.Object
implements java.io.Serializable

VoogaServerRequest abstract class for ServerRequest subclasses, each implementing its own execute method.

Author:
tgr3, tws10, sam1
See Also:
Serialized Form

Constructor Summary
VoogaServerRequest()
           
 
Method Summary
abstract  void execute(VoogaServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoogaServerRequest

public VoogaServerRequest()
Method Detail

execute

public abstract void execute(VoogaServer server)