Package PamController.command
Class TerminalController
java.lang.Object
PamController.PamControlledUnit
PamController.command.CommandManager
PamController.command.TerminalController
- All Implemented Interfaces:
SettingsNameProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
pamClose()
Called when PAMGUARD is finally closing down so that a module may free any remaining resources (e.g.boolean
sendData
(ExtCommand extcommand, String dataString) Reply to data called from InterpredDataMethods inherited from class PamController.command.CommandManager
findCommand, getCommandFromIndex, interpretCommand, splitCommandLine
Methods inherited from class PamController.PamControlledUnit
addOfflineTaskGroup, addOtherRelatedMenuItems, addPamProcess, addPamProcess, addRelatedMenuItems, canClose, canPlayViewerSound, createDetectionMenu, createDisplayMenu, createFileMenu, createHelpMenu, flushDataBlockBuffers, getBackupInformation, getFrameNumber, getGUI, getGuiFrame, getInstanceIndex, getModuleStatus, getModuleStatusManager, getModuleSummary, getModuleSummary, getNumOfflineTaskGroups, getNumPamProcesses, getOfflineState, getOfflineTaskGroup, getPamConfiguration, getPamController, getPamModuleInfo, getPamProcess, getPamView, getPlugin, getShortUnitType, getSidePanel, getTabClipCopier, getTabPanel, getTabSpecificMenuBar, getToolbarComponent, getUnitName, getUnitType, getVerboseLevel, gotoTab, isInMainConfiguration, isNetRx, isViewer, notifyModelChanged, pamHasStopped, pamToStart, playViewerSound, removePamProcess, removeUnit, rename, saveViewerData, setFrameNumber, setModuleStatusManager, setPamConfiguration, setPamController, setPamModuleInfo, setPamView, setSidePanel, setTabPanel, setToolbarComponent, setupControlledUnit, stopViewerSound, tellModule, terminalPrint, terminalPrintln, toString
-
Constructor Details
-
TerminalController
-
-
Method Details
-
sendData
Description copied from class:CommandManager
Reply to data called from InterpredData- Specified by:
sendData
in classCommandManager
- Returns:
- true if replay successful
-
pamClose
public void pamClose()Description copied from class:PamControlledUnit
Called when PAMGUARD is finally closing down so that a module may free any remaining resources (e.g. files or COMM ports).- Overrides:
pamClose
in classPamControlledUnit
-
getTerminalCommands
public void getTerminalCommands()
-