Package org.newdawn.dss.common

Interface Summary
Client The description of the facilities a client must provide to the server.
Server The description of the facilities a server must provide to the clients.
 

Class Summary
AckCommand Oops.
AdminCommand A system command to control administration functions (like authentication)
ClientList A typed list of clients
Command A command being sent between clients and server
CommandFactory Description of a class that is capable of producing command objects for client and server.
NullCommand Empty command, doesn't do anything.
SimpleCommandFactory Oops.