Interface GraphicsNodeKeyListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
Selector
- All Known Implementing Classes:
BridgeEventSupport.Listener, ConcreteTextSelector, GraphicsNodeKeyAdapter, SVG12BridgeEventSupport.Listener
The listener interface for receiving graphics node key events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a key has been pressed.voidInvoked when a key has been released.voidInvoked when a key has been typed.
-
Method Details
-
keyPressed
Invoked when a key has been pressed.- Parameters:
evt- the graphics node key event
-
keyReleased
Invoked when a key has been released.- Parameters:
evt- the graphics node key event
-
keyTyped
Invoked when a key has been typed.- Parameters:
evt- the graphics node key event
-