Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.commands.Command Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.commands.Command:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.commands.Command:
Collaboration graph

Public Member Functions

boolean allArguments ()
 
void execute (@NotNull String args)
 
String getCommandName ()
 
String getHelp ()
 

Detailed Description

Implements a client-side command.

Author
Andreas Kirschbaum

Definition at line 31 of file Command.java.

Member Function Documentation

◆ allArguments()

boolean com.realtime.crossfire.jxclient.commands.Command.allArguments ( )

◆ execute()

void com.realtime.crossfire.jxclient.commands.Command.execute ( @NotNull String  args)

◆ 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.

◆ getHelp()

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

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