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

Public Member Functions

boolean canExecute ()
 
void execute ()
 

Detailed Description

A GUICommand which does nothing.

Author
Andreas Kirschbaum

Definition at line 31 of file PrintCommand.java.

Member Function Documentation

◆ canExecute()

boolean com.realtime.crossfire.jxclient.gui.commands.PrintCommand.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 34 of file PrintCommand.java.

◆ execute()

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

Executes the command. Does nothing if called while canExecute() returns

false

.

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

Definition at line 39 of file PrintCommand.java.


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