Package ks.common.command

Core set of classes that form the basis for Commands sent from the client to the server.

See:
          Description

Class Summary
Command Root class for all Command objects sent from the client and the server.
ErrorCommand Represents a mistake in the specified arguments of a command.
HelpCommand Represents the command for telling user the list of all commands.
QuitCommand Command to represent the exit of a client.
 

Package ks.common.command Description

Core set of classes that form the basis for Commands sent from the client to the server. These Command classes are immutable once published. Only new command class types can be made available.