ks.protocol
Class OutputCommand

java.lang.Object
  extended byks.common.ArgumentList
      extended byks.common.command.Command
          extended byks.protocol.OutputCommand
All Implemented Interfaces:
java.io.Serializable

public class OutputCommand
extends Command

Class to represent output to be sent from one client to another via the Server.

This class encapsulates the messages that must be processed only on the client side, but must be sent through the server to be broadcast to other tables. This Command will be handled by the TableManager.

See Also:
Serialized Form

Field Summary
static java.lang.String scopeArg
          Scope for command.
 
Constructor Summary
OutputCommand()
          Default Constructor.
 
Method Summary
 java.lang.String getScope()
          Get the scope.
 void setScope(java.lang.String newScope)
          Set the scope.
 
Methods inherited from class ks.common.command.Command
formatString, isError, isQuittable, setQuittable, toString
 
Methods inherited from class ks.common.ArgumentList
addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, clearArg, clearArg, clearArgMulti, clearArgMulti, getArg, getArg, getArgMulti, getArgMulti, multiArgs, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, setArg, setArg, singleArgs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scopeArg

public static final java.lang.String scopeArg
Scope for command.

See Also:
Constant Field Values
Constructor Detail

OutputCommand

public OutputCommand()
Default Constructor.

Method Detail

getScope

public java.lang.String getScope()
Get the scope.


setScope

public void setScope(java.lang.String newScope)
Set the scope.