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