com.realtime.crossfire.jxclient.commands
Interface Command

All Known Implementing Classes:
AbstractCommand, BindCommand, ClearCommand, DebugMessagesCommand, ExecCommand, ScreenshotCommand, ScriptCommand, ScriptkillallCommand, ScriptkillCommand, ScriptsCommand, ScripttellCommand, SetCommand, UnbindCommand

public interface Command

Implements a client-side command.


Method Summary
 boolean allArguments()
          Returns whether all remaining commands should be included as arguments.
 void execute(java.lang.String args)
          Executes the command with the given arguments.
 

Method Detail

allArguments

boolean allArguments()
Returns whether all remaining commands should be included as arguments.

Returns:
whether all remaining commands should be included as arguments

execute

void execute(@NotNull
             java.lang.String args)
Executes the command with the given arguments.

Parameters:
args - the command arguments