| Package | Description |
|---|---|
| ej.microui.display |
Contains display management.
|
| ej.microui.event |
Contains events management.
|
| ej.microui.event.controller |
Contains helpers to handle events.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EventHandler |
Displayable.getController()
Gets the displayable controller or
null if none. |
EventHandler |
Display.getEventSerializer()
Returns the display's event serializer or
null. |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
EventGenerator.getEventHandler()
Gets the generator's event handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventGenerator.setEventHandler(EventHandler eventHandler)
Sets an event handler to this event generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DispatchEventHandler
Dispatches events by event type (defined
Event) and data (event type specific). |