private class SwingNode.SwingKeyEventHandler extends java.lang.Object implements EventHandler<KeyEvent>
Modifier | Constructor and Description |
---|---|
private |
SwingKeyEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(KeyEvent event)
Invoked when a specific event of the type for which this handler is
registered happens.
|
public void handle(KeyEvent event)
EventHandler
handle
in interface EventHandler<KeyEvent>
event
- the event which occurred