java.lang.Object | |
↳ | com.datalogic.extension.selfshopping.led.action.LedAction |
Known Direct Subclasses |
Abstract class used to represent an action to be executed by the
SelfshoppingLedManager
.
It is characterized by a LED ID (whose value is one of the different
exposed by the LED Manager) and a String representing the action type.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the LED ID associated with this action.
| |||||||||||
Returns the action type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the LED ID associated with this action.
int
The LED ID associated with this action.
Returns the action type.
String
The action type.