Package levelMeter
Class LevelMeterSidePanel
java.lang.Object
PamguardMVC.PamObserverAdapter
levelMeter.LevelMeterSidePanel
- 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()
void
void
void
setup()
Methods inherited from class PamguardMVC.PamObserverAdapter
getRequiredDataHistory, masterClockUpdate, receiveSourceNotification, removeObservable, setSampleRate, updateData
-
Constructor Details
-
LevelMeterSidePanel
-
-
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
-
setup
public void setup() -
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
-
noteNewSettings
public void noteNewSettings()- Specified by:
noteNewSettings
in interfacePamObserver
- Overrides:
noteNewSettings
in classPamObserverAdapter
-
getObserverName
- Specified by:
getObserverName
in interfacePamObserver
-
getObserverObject
- Specified by:
getObserverObject
in interfacePamObserver
- Overrides:
getObserverObject
in classPamObserverAdapter
- Returns:
- the actual observer. In most cases concrete classes will just return 'this' in response. The exception is the Threaded observer, which will return the single thread observer.
-