Package jmri.jmrix.rps
Interface MeasurementListener
-
- All Known Implementing Classes:
CsvExportMeasurementAction,DebuggerFrame,DebuggerTimePane,PollDataModel,RpsMonFrame,RpsPositionIcon,RpsReporter,RpsSensor,RpsTrackingPanel,SoundSetPane
public interface MeasurementListener
Connect to a source of Measurements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(Measurement r)
-
-
-
Method Detail
-
notify
void notify(Measurement r)
-
-