public class PropertyEvent extends Object
| Constructor and Description |
|---|
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
boolean immediate) |
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
String changeId,
boolean immediate) |
| Modifier and Type | Method and Description |
|---|---|
String |
changeId() |
Path |
eventPath() |
PropertyUpdate |
eventType() |
boolean |
immediate() |
<T> T |
index() |
<T> T |
newValue() |
<T> T |
oldValue() |
boolean |
propagated() |
<T extends Property> |
property() |
String |
toString() |
public PropertyEvent(Property property, Object index, Object oldValue, Object newValue, Path path, PropertyUpdate eventType, boolean immediate)
public String changeId()
public PropertyUpdate eventType()
public Path eventPath()
public <T extends Property> T property()
public <T> T index()
public <T> T oldValue()
public <T> T newValue()
public boolean immediate()
public boolean propagated()
Copyright © 2022 vpc open source initiative. All rights reserved.