public interface GeneratedMeasurementSubscriber
measurements
events.Modifier and Type | Method and Description |
---|---|
void |
handleGeneratedMeasurement(ObservedMeasurement<?> measurement)
Handle a generated measurement.
|
void |
init(AbsoluteDate start,
AbsoluteDate end)
Initialize subscriber at the start of a measurements generation.
|
void init(AbsoluteDate start, AbsoluteDate end)
This method is called once at the start of the measurements generation. It may be used by the subscriber to initialize some internal data if needed.
start
- start of the measurements time spanend
- end of the measurements time spanvoid handleGeneratedMeasurement(ObservedMeasurement<?> measurement)
measurement
- measurements that has just been generatedCopyright © 2002-2023 CS GROUP. All rights reserved.