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

Public Member Functions

void executeCommand (@NotNull final CharSequence commandLine)
 

Detailed Description

Executes commands.

Author
Andreas Kirschbaum

Definition at line 31 of file CommandExecutor.java.

Member Function Documentation

◆ executeCommand()

void com.realtime.crossfire.jxclient.gui.textinput.CommandExecutor.executeCommand ( @NotNull final CharSequence  commandLine)

Executes a command or a list of commands. The commands may be a client- or a server-sided command.

Parameters
commandLinethe commands to execute

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

Referenced by com.realtime.crossfire.jxclient.gui.item.GUIItemShortcut.button1Clicked(), com.realtime.crossfire.jxclient.commands.AgainCommand.execute(), com.realtime.crossfire.jxclient.gui.textinput.ExecuteCommandCommand.execute(), and com.realtime.crossfire.jxclient.gui.textinput.GUICommandText.execute().

Here is the caller graph for this function:

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