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

Public Member Functions

boolean canExecute ()
 
void execute ()
 
 MetaCommand (@NotNull final GuiStateManager guiStateManager)
 

Private Attributes

final GuiStateManager guiStateManager
 

Detailed Description

A GUICommand which shows the server selection screen.

Author
Andreas Kirschbaum

Definition at line 34 of file MetaCommand.java.

Constructor & Destructor Documentation

◆ MetaCommand()

com.realtime.crossfire.jxclient.gui.commands.MetaCommand.MetaCommand ( @NotNull final GuiStateManager  guiStateManager)

Creates a new instance.

Parameters
guiStateManagerthe gui state manager to affect

Definition at line 46 of file MetaCommand.java.

References com.realtime.crossfire.jxclient.gui.commands.MetaCommand.guiStateManager.

Member Function Documentation

◆ canExecute()

boolean com.realtime.crossfire.jxclient.gui.commands.MetaCommand.canExecute ( )

Returns whether this command may be executed.

Returns
whether this command may be executed

Implements com.realtime.crossfire.jxclient.gui.commandlist.GUICommand.

Definition at line 51 of file MetaCommand.java.

◆ execute()

void com.realtime.crossfire.jxclient.gui.commands.MetaCommand.execute ( )

Member Data Documentation

◆ guiStateManager

final GuiStateManager com.realtime.crossfire.jxclient.gui.commands.MetaCommand.guiStateManager
private

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