Uses of Class
net.sourceforge.obby4j.Command

Packages that use Command
net.sourceforge.obby4j   
net.sourceforge.obby4j.listeners   
 

Uses of Command in net.sourceforge.obby4j
 

Methods in net.sourceforge.obby4j that return Command
 Command Net6LoginException.getCommand()
           
static Command Command.parseCommand(java.lang.String line)
          Parses a single line received from a server into a Command instance.
 

Methods in net.sourceforge.obby4j with parameters of type Command
 void Client.commandReceived(Command command)
          Handles protocol commands to sychronize the client's internal state with one on the server.
 

Constructors in net.sourceforge.obby4j with parameters of type Command
Document(Client client, Command cmd)
          Creates a new Document instance from a command.
Net6LoginException(Command command)
          Creates a new exception providing access to the error code sent by the server.
ServerMetaData(Command cmd)
          Creates new meta-data about a server.
User(Command cmd)
          Creates a user from a command.
 

Uses of Command in net.sourceforge.obby4j.listeners
 

Methods in net.sourceforge.obby4j.listeners with parameters of type Command
 void ProtocolListener.commandReceived(Command command)
          Gets called with every valid obby command received.