public interface GGComboSensorListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
accelerationChanged(float[] values)
Event callback method called when the orientation sensor
 reports new values for the acceleration (in m/s^2). 
 | 
void | 
magneticFieldChanged(float[] values)
Event callback method called when the orientation sensor
 reports new values the magnetic field (in uT). 
 | 
void | 
orientationChanged(float[] values)
Event callback method called when the orientation sensor 
 reports new values for azimuth, pitch or roll (in degrees). 
 | 
void orientationChanged(float[] values)
values - int array with the measured values:void accelerationChanged(float[] values)
values - int array with the measured values:void magneticFieldChanged(float[] values)
values - int array with the measured values: