| Interface | Description |
|---|---|
| KeyListener | |
| MouseListener | |
| NEWTEventConsumer | |
| NEWTEventListener | |
| ScreenModeListener | |
| WindowListener |
| Class | Description |
|---|---|
| InputEvent | |
| KeyAdapter | |
| KeyEvent | |
| MouseAdapter | |
| MouseEvent | |
| NEWTEvent |
NEWT events are provided for notification purposes ONLY;
The NEWT will automatically handle the event semantics internally, regardless of whether a program is receiving these events or not. The actual event semantic is processed before the event is send. Event type registry: WindowEvent 100..10x
MouseEvent 200..20x
KeyEvent 300..30x
|
| NEWTEventFiFo | |
| TraceKeyAdapter | |
| TraceMouseAdapter | |
| TraceWindowAdapter | |
| WindowAdapter | |
| WindowEvent |
NEWT Window events are provided for notification purposes ONLY.
NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not. |
| WindowUpdateEvent |
Copyright 2010 JogAmp Community.