| com.datalogic.device.input.AdvancedKeyboard.ActionEventListener |
Interface representing a listener of keyboard action events. It can be
registered and unregistered using methods in the the AdvancedKeyboard
class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method called when a specific action key has been pressed / released.
| |||||||||||
Method called when a specific action key has been pressed / released.
| actionId | The ID associated with the action key. |
|---|---|
| pressed | True if the action key has been pressed, false if it has been released. |