public abstract static class ObservableMap.PropertyEvent
extends java.beans.PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
static int |
ADDED |
static int |
CLEARED |
static int |
MULTI |
protected static java.lang.Object |
NEWVALUE |
protected static java.lang.Object |
OLDVALUE |
static int |
REMOVED |
static int |
UPDATED |
Constructor and Description |
---|
ObservableMap.PropertyEvent(java.lang.Object source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
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
protected static final java.lang.Object OLDVALUE
protected static final java.lang.Object NEWVALUE