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