Interface GUICommand2
-
- All Superinterfaces:
GUICommand
- All Known Implementing Classes:
ActivateCommandInputCommand,ExecuteCommandCommand
public interface GUICommand2 extends GUICommand
AGUICommandthat has a string representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.StringgetCommandString()Returns the command as a string.-
Methods inherited from interface com.realtime.crossfire.jxclient.gui.commandlist.GUICommand
canExecute, execute
-
-