Class TextInputKeyEventListener
java.lang.Object
com.spinyowl.legui.component.misc.listener.textinput.TextInputKeyEventListener
- All Implemented Interfaces:
EventListener<KeyboardEvent>
Key event listener. Used to provide some text operations by keyboard.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextInputKeyEventListener
public TextInputKeyEventListener()
-
-
Method Details
-
process
Used to handleKeyEvent.- Specified by:
processin interfaceEventListener<KeyboardEvent>- Parameters:
event- event to handle.
-