Package com.spinyowl.legui.listener
Interface CharEventListener
- All Superinterfaces:
EventListener<CharEvent>
- All Known Implementing Classes:
TextAreaFieldCharEventListener,TextInputCharEventListener
-
Method Summary
-
Method Details
-
process
Used to handleCharEvent.- Specified by:
processin interfaceEventListener<CharEvent>- Parameters:
event- event to handle.
-