public class UiModelEvent extends AbstractEvent<UiModelEvent.Type,UiElement>
| Modifier and Type | Class and Description |
|---|---|
static class |
UiModelEvent.Type
Enumeration of event types.
|
| Constructor and Description |
|---|
UiModelEvent(UiModelEvent.Type type,
UiElement subject,
com.fasterxml.jackson.databind.node.ObjectNode data,
String memo)
Creates a UI model event.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
data()
Returns the data of the subject.
|
String |
memo()
Returns the memo.
|
subject, time, toString, typepublic UiModelEvent(UiModelEvent.Type type, UiElement subject, com.fasterxml.jackson.databind.node.ObjectNode data, String memo)
type - event typesubject - subject of the eventdata - data containing details of the subjectmemo - a note about the eventpublic com.fasterxml.jackson.databind.node.ObjectNode data()
public String memo()