| com.datalogic.device.configuration.PoseManager.GravityVectorRetrievalListener |
Listener interface used to retrieve a gravity vector asynchronously from the Pose Manager.
Implementations of this interface are passed to the method
retrieveGravityVector(GravityVectorRetrievalListener).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method called when the Pose Manager has completed the task of retrieving a
gravity vector.
| |||||||||||
Method called when the Pose Manager has completed the task of retrieving a gravity vector.
| gravityVector | The gravity vector that has been retrieved, or INVALID
in case of failure during the procedure.
|
|---|