public class PropertyEvent extends Object
| Constructor and Description |
|---|
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
String path,
PropertyUpdate action) |
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
String path,
PropertyUpdate action,
String changeId) |
| Modifier and Type | Method and Description |
|---|---|
PropertyUpdate |
getAction() |
String |
getChangeId() |
<T> T |
getIndex() |
<T> T |
getNewValue() |
<T> T |
getOldValue() |
String |
getPath() |
String[] |
getPathArray() |
int |
getPathLength() |
<T extends Property> |
getProperty() |
String |
toString() |
public PropertyEvent(Property property, Object index, Object oldValue, Object newValue, String path, PropertyUpdate action)
public String getChangeId()
public PropertyUpdate getAction()
public int getPathLength()
public String[] getPathArray()
public String getPath()
public <T extends Property> T getProperty()
public <T> T getIndex()
public <T> T getOldValue()
public <T> T getNewValue()
Copyright © 2021 vpc open source initiative. All rights reserved.