Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

SensorEventListener2

implements SensorEventListener
android.hardware.SensorEventListener2

Class Overview

Used for receiving a notification when a flush() has been successfully completed.

Summary

Public Methods
abstract void onFlushCompleted ( Sensor sensor)
Called after flush() is completed.
[Expand]
Inherited Methods
From interface android.hardware.SensorEventListener

Public Methods

public abstract void onFlushCompleted ( Sensor sensor)

Called after flush() is completed. This flush() could have been initiated by this application or some other application. All the events in the batch at the point when the flush was called have been delivered to the applications registered for those sensor events.

Parameters
sensor The Sensor on which flush was called.