Package PamController.command
Class ExitCommand
java.lang.Object
PamController.command.ExtCommand
PamController.command.ExitCommand
Exits PAMGuard. Attempts to issue a stop command before exiting.
- Author:
 - Doug Gillespie
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class PamController.command.ExtCommand
canExecute, executeCommand, findControlledUnits, getName, isImmediate, setImmediate, setName 
- 
Field Details
- 
commandId
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ExitCommand
public ExitCommand() 
 - 
 - 
Method Details
- 
execute
Description copied from class:ExtCommandExecute the command- Specified by:
 executein classExtCommand- Returns:
 - true if command executed correctly.
 
 - 
getHint
Description copied from class:ExtCommandGet a hint text for the help command.- Overrides:
 getHintin classExtCommand- Returns:
 - hint text.
 
 
 -