com.drismo.logic
Interface CalibrationListener

All Known Implementing Classes:
DebugMonitor, MapMonitor, MonitorActivityTemplate, MonitorController, PrimitiveMonitor, QualityMeterMonitor

public interface CalibrationListener

Used by objects who listens for changes in calibration, when the calibration is initiated. These changes is fired from Calibration, where the listener is added.

See Also:
Calibration

Method Summary
 void onCalibrationCompleted()
          This method is fired when the calibration is done, which means that we got valid yaw, roll and pitch angles (we successfully can rotate the acceleration).
 void onOffsetCalculationComplete()
          This method is fired when the offset calibration is completed.
 

Method Detail

onOffsetCalculationComplete

void onOffsetCalculationComplete()
This method is fired when the offset calibration is completed. This means that we got the "starting-point" to detect the driving direction, in addition to the calibrated roll and pitch angles.


onCalibrationCompleted

void onCalibrationCompleted()
This method is fired when the calibration is done, which means that we got valid yaw, roll and pitch angles (we successfully can rotate the acceleration). vectors.