Package com.jogamp.newt.event
Interface KeyListener
-
- All Superinterfaces:
EventListener,NEWTEventListener
- All Known Implementing Classes:
JOGLNewtAppletBase,KeyAdapter,NEWTDemoListener,Shape.ForwardKeyListener,TraceKeyAdapter
public interface KeyListener extends NEWTEventListener
Listener forKeyEvents.- See Also:
KeyEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidkeyPressed(KeyEvent e)voidkeyReleased(KeyEvent e)
-