to top
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)

Added in API level 19

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.