Package PamController.command
Class HelpCommand
java.lang.Object
PamController.command.ExtCommand
PamController.command.HelpCommand
-
Constructor Summary
-
Method Summary
Methods inherited from class PamController.command.ExtCommand
canExecute, executeCommand, findControlledUnits, getName, isImmediate, setImmediate, setName
-
Constructor Details
-
HelpCommand
-
-
Method Details
-
execute
Description copied from class:ExtCommand
Execute the command- Specified by:
execute
in classExtCommand
- Returns:
- true if command executed correctly.
-
getHint
Description copied from class:ExtCommand
Get a hint text for the help command.- Overrides:
getHint
in classExtCommand
- Returns:
- hint text.
-