Class TextInputCharEventListener
java.lang.Object
com.spinyowl.legui.component.misc.listener.textinput.TextInputCharEventListener
- All Implemented Interfaces:
CharEventListener,EventListener<CharEvent>
Char event listener for text input. Used to fill text area with symbols entered via keyboard.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextInputCharEventListener
public TextInputCharEventListener()
-
-
Method Details
-
process
Used to handleCharEvent.- Specified by:
processin interfaceCharEventListener- Specified by:
processin interfaceEventListener<CharEvent>- Parameters:
event- event to handle.
-