net.grelf.grip
Interface MeasurementHandler
- All Known Implementing Classes:
- DefaultMeasurementHandler
public interface MeasurementHandler
A class which implements this handler is able to process measurements after they have been collected. Processing
might consist of displaying them, saving them in a file, sending them over a link, etc.
|
Method Summary |
void |
process(ImFrame imf,
PointList ps,
java.util.List<Measurement> ml)
Eg, for displaying measurements or putting them into a results file: whatever has to be done with them. |
process
void process(ImFrame imf,
PointList ps,
java.util.List<Measurement> ml)
- Eg, for displaying measurements or putting them into a results file: whatever has to be done with them.