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,
java.lang.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.
|
java.lang.String |
memo()
Returns the memo.
|
subject, time, toString, type
public UiModelEvent(UiModelEvent.Type type, UiElement subject, com.fasterxml.jackson.databind.node.ObjectNode data, java.lang.String memo)
type
- event typesubject
- subject of the eventdata
- data containing details of the subjectmemo
- a note about the event