| com.datalogic.device.input.AdvancedKeyboard.MultitapEventListener |
Interface representing a listener of keyboard multitap events. It can be
registered and unregistered using methods in the the AdvancedKeyboard
class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method called when a multitap key is selected.
| |||||||||||
Method called when a multitap key is under selection but the key has
not yet been confirmed.
| |||||||||||
Method called when a multitap key is selected. The same key will generate an input event.
| index | Index of the selected key in the char array. |
|---|---|
| multitapKeys | Array of all multitap chars associated to the multitap key. |
Method called when a multitap key is under selection but the key has not yet been confirmed.
| index | Index of the selected key in the char array. |
|---|---|
| multitapKeys | Array of all multitap chars associated to the multitap key. |