Package | Description |
---|---|
uwcse.animation | |
uwcse.graphics |
Modifier and Type | Method and Description |
---|---|
void |
Stage.registerEventHandler(GWindowEventHandler handler)
Register the handler object that should be notified if there are
any input events (e.g., key or mouse button pressed or
released).
|
Modifier and Type | Class and Description |
---|---|
class |
GWindowEventAdapter
A basic adapter for GWindow event that defines empty methods
for each of the interface's methods.
|
Modifier and Type | Method and Description |
---|---|
GWindowEventHandler |
GWindow.getEventHandler()
Answer the current event handler.
|
GWindowEventHandler |
AppletGWindow.getEventHandler()
Answer the current event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
GWindow.addEventHandler(GWindowEventHandler handler)
Add the given event handler.
|
void |
AppletGWindow.addEventHandler(GWindowEventHandler handler)
Add the given event handler.
|