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

Public Member Functions

 CommandExecutorImpl (@NotNull final CommandQueue commandQueue, @NotNull final Commands commands)
 
void executeCommand (@NotNull final CharSequence commandLine)
 

Private Attributes

final CommandQueue commandQueue
 
final Commands commands
 

Detailed Description

Executes Commands.

Author
Andreas Kirschbaum

Definition at line 33 of file CommandExecutorImpl.java.

Constructor & Destructor Documentation

◆ CommandExecutorImpl()

com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.CommandExecutorImpl ( @NotNull final CommandQueue  commandQueue,
@NotNull final Commands  commands 
)

Creates a new instance.

Parameters
commandQueuethe command queue for sending commands
commandsthe commands to consider

Definition at line 52 of file CommandExecutorImpl.java.

References com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.commandQueue, and com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.commands.

Member Function Documentation

◆ executeCommand()

void com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.executeCommand ( @NotNull final CharSequence  commandLine)

Member Data Documentation

◆ commandQueue

final CommandQueue com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.commandQueue
private

◆ commands

final Commands com.realtime.crossfire.jxclient.commands.CommandExecutorImpl.commands
private

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