Package levelMeter
Class LevelMeterSidePanel
java.lang.Object
PamguardMVC.PamObserverAdapter
levelMeter.LevelMeterSidePanel
- All Implemented Interfaces:
 PamObserver,PamSidePanel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(PamObservable o, PamDataUnit arg) Informs the PamObserver that new data have been added to the Observable classgetPanel()voidvoidvoidsetup()Methods inherited from class PamguardMVC.PamObserverAdapter
getRequiredDataHistory, masterClockUpdate, receiveSourceNotification, removeObservable, setSampleRate, updateData 
- 
Constructor Details
- 
LevelMeterSidePanel
 
 - 
 - 
Method Details
- 
getPanel
- Specified by:
 getPanelin 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:
 renamein interfacePamSidePanel
 - 
setup
public void setup() - 
addData
Description copied from interface:PamObserverInforms the PamObserver that new data have been added to the Observable class- Specified by:
 addDatain interfacePamObserver- Overrides:
 addDatain classPamObserverAdapter
 - 
noteNewSettings
public void noteNewSettings()- Specified by:
 noteNewSettingsin interfacePamObserver- Overrides:
 noteNewSettingsin classPamObserverAdapter
 - 
getObserverName
- Specified by:
 getObserverNamein interfacePamObserver
 - 
getObserverObject
- Specified by:
 getObserverObjectin interfacePamObserver- Overrides:
 getObserverObjectin 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.
 
 
 -