Package PamController.command
Class StartCommand
java.lang.Object
PamController.command.ExtCommand
PamController.command.StartCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Execute the commandgetHint()
Get a hint text for the help command.Methods inherited from class PamController.command.ExtCommand
executeCommand, findControlledUnits, getName, isImmediate, setImmediate, setName
-
Constructor Details
-
StartCommand
public StartCommand()
-
-
Method Details
-
execute
Description copied from class:ExtCommand
Execute the command- Specified by:
execute
in classExtCommand
- Returns:
- true if command executed correctly.
-
canExecute
public boolean canExecute()- Overrides:
canExecute
in classExtCommand
- Returns:
- true if the command can be executed (may depend on PAMGuard status)
-
getReturnString
-
getHint
Description copied from class:ExtCommand
Get a hint text for the help command.- Overrides:
getHint
in classExtCommand
- Returns:
- hint text.
-