| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.PoseManager.ExecutionOption.Type | |
The type of execution option.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PoseManager.ExecutionOption.Type | NOTIFY_LISTENER | This type notifies listeners registered in the PoseManager when
the associated pose setting is valid. |
|||||||||
| PoseManager.ExecutionOption.Type | SEND_INTENT | This type sends an intent when the associated pose setting is valid. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
This type notifies listeners registered in the PoseManager when
the associated pose setting is valid.
This type sends an intent when the associated pose setting is valid.