Class CutTextInputKeyboardEventListener

java.lang.Object
com.spinyowl.legui.component.misc.listener.text.CutTextEventListener
com.spinyowl.legui.component.misc.listener.textinput.CutTextInputKeyboardEventListener
All Implemented Interfaces:
EventListener<KeyboardEvent>

public class CutTextInputKeyboardEventListener extends CutTextEventListener implements EventListener<KeyboardEvent>
Key event listener. Used to provide some text operations by keyboard.
  • Constructor Details

    • CutTextInputKeyboardEventListener

      public CutTextInputKeyboardEventListener()
  • Method Details