Package depthReadout
Class DepthSidePanel
java.lang.Object
PamguardMVC.PamObserverAdapter
depthReadout.DepthSidePanel
- All Implemented Interfaces:
PamObserver
,PamSidePanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addData
(PamObservable o, PamDataUnit arg) Informs the PamObserver that new data have been added to the Observable classgetPanel()
long
void
Methods inherited from class PamguardMVC.PamObserverAdapter
getObserverObject, masterClockUpdate, noteNewSettings, receiveSourceNotification, removeObservable, setSampleRate, updateData
-
Constructor Details
-
DepthSidePanel
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in interfacePamSidePanel
- Returns:
- Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
-
rename
- Specified by:
rename
in interfacePamSidePanel
-
getObserverName
- Specified by:
getObserverName
in interfacePamObserver
-
getRequiredDataHistory
- Specified by:
getRequiredDataHistory
in interfacePamObserver
- Overrides:
getRequiredDataHistory
in classPamObserverAdapter
- Parameters:
arg
- optional argument from PamObservable- Returns:
- time in milliseconds required by data held in PamObservable
-
addData
Description copied from interface:PamObserver
Informs the PamObserver that new data have been added to the Observable class- Specified by:
addData
in interfacePamObserver
- Overrides:
addData
in classPamObserverAdapter
-