public interface TextInputContentChangeEventListener extends EventListener<TextInputContentChangeEvent>
Modifier and Type | Method and Description |
---|---|
void |
process(TextInputContentChangeEvent event)
Used to handle
TextInputContentChangeEvent event. |
void process(TextInputContentChangeEvent event)
TextInputContentChangeEvent
event.process
in interface EventListener<TextInputContentChangeEvent>
event
- event to handle.