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