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