android.hardware
Interface SensorEventListener


public interface SensorEventListener


Method Summary
 void onAccuracyChanged(Sensor sensor, int accuracy)
           
 void onSensorChanged(SensorEvent event)
           
 

Method Detail

onSensorChanged

void onSensorChanged(SensorEvent event)

onAccuracyChanged

void onAccuracyChanged(Sensor sensor,
                       int accuracy)


Copyright © 2008-2012. All Rights Reserved.