com.datalogic.extension.selfshopping.led.event.LedEvent |
Interface exposing the API of a generic LED event.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Assign a LED action to this event.
| |||||||||||
Clears the LED action associated to this event, making it unresponsive.
| |||||||||||
Retrieves the LED action associated with this event, if it exists.
| |||||||||||
Gets the description of this LED event.
| |||||||||||
Gets the ID of this LED event.
| |||||||||||
Gets the name of this LED event.
|
Assign a LED action to this event.
action | The LedAction
to assign to this event, can be null in case we don't want to
associate any action to the LED event.
|
---|
Clears the LED action associated to this event, making it unresponsive.
Retrieves the LED action associated with this event, if it exists.
LedAction
currently assigned to this event or null
in case
no action is assigned.
Gets the description of this LED event.
String
The LED event description.
Gets the ID of this LED event.
int
The LED event ID.
Gets the name of this LED event.
String
The LED event name.