public abstract static class ObservableMap.PropertyEvent
extends java.beans.PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
static int |
ADDED
deprecated
|
static int |
CLEARED
deprecated
|
static int |
MULTI
deprecated
|
static int |
REMOVED
deprecated
|
static int |
UPDATED
deprecated
|
Constructor and Description |
---|
PropertyEvent(java.lang.Object source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue,
int type)
Deprecated.
|
PropertyEvent(java.lang.Object source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue,
ObservableMap.ChangeType type) |
Modifier and Type | Method and Description |
---|---|
ObservableMap.ChangeType |
getChangeType() |
int |
getType() |
java.lang.String |
getTypeAsString() |
public static final int ADDED
public static final int UPDATED
public static final int REMOVED
public static final int CLEARED
public static final int MULTI
public PropertyEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, int type)
public PropertyEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, ObservableMap.ChangeType type)
public int getType()
public ObservableMap.ChangeType getChangeType()
public java.lang.String getTypeAsString()