Interface TextInputWidthChangeEventListener
- All Superinterfaces:
EventListener<TextInputWidthChangeEvent>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(TextInputWidthChangeEvent event) Used to handleTextInputWidthChangeEventevent.
-
Method Details
-
process
Used to handleTextInputWidthChangeEventevent.- Specified by:
processin interfaceEventListener<TextInputWidthChangeEvent>- Parameters:
event- event to handle.
-