to top
Datalogic APIs
Added in revision 47
public static interface

PoseManager.PoseChangeEventListener

com.datalogic.device.configuration.PoseManager.PoseChangeEventListener

Class Overview

Listener interface used to receive notifications when the device enters or exits a pose.

Summary

Public Methods
abstract void onPoseChanged(String poseName, boolean inPose)
Called when the device pose changes.

Public Methods

public abstract void onPoseChanged (String poseName, boolean inPose)

Added in revision 47

Called when the device pose changes.

Parameters
poseName The name of the pose that triggered the event.
inPose true if the device is now inside the pose, false if it has exited the pose.