Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.commands.Command Interface Reference

Implements a client-side command. More...

+ Inheritance diagram for com.realtime.crossfire.jxclient.commands.Command:
+ Collaboration diagram for com.realtime.crossfire.jxclient.commands.Command:

Public Member Functions

boolean allArguments ()
 Returns whether all remaining commands should be included as arguments. More...
 
void execute (@NotNull String args)
 Executes the command with the given arguments. More...
 
String getCommandName ()
 Returns the name of the command. More...
 

Detailed Description

Implements a client-side command.

Author
Andreas Kirschbaum

Definition at line 30 of file Command.java.

Member Function Documentation

◆ allArguments()

◆ execute()

◆ getCommandName()

String com.realtime.crossfire.jxclient.commands.Command.getCommandName ( )

Returns the name of the command.

Returns
the name

Implemented in com.realtime.crossfire.jxclient.commands.AbstractCommand.


The documentation for this interface was generated from the following file: