|
Class Summary |
| Event |
Event instances represent generic events dispatched by the Nest framework;
Event can be subclassed for custom event development. |
| EventDispatcher |
EventDispatcher instances wrap Java's Observable implementation of the
Observer interface. |
| KeyEvent |
KeyEvent instances represent events dispatched by the Nest framework,
which wrap the processing.event.Event instances generated by Processing. |
| MouseEvent |
MouseEvent instances represent events dispatched by the Nest framework,
which wrap the processing.event.Event instances generated by Processing. |