groovy.util
public abstract static class ObservableMap.PropertyEvent extends 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
|
source
Constructor and Description |
---|
ObservableMap.PropertyEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
int type)
Deprecated.
|
ObservableMap.PropertyEvent(Object source,
String propertyName,
Object oldValue,
Object newValue,
ObservableMap.ChangeType type) |
Modifier and Type | Method and Description |
---|---|
ObservableMap.ChangeType |
getChangeType() |
int |
getType() |
String |
getTypeAsString() |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
getSource
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 ObservableMap.PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, int type)
public ObservableMap.PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ObservableMap.ChangeType type)
public int getType()
public ObservableMap.ChangeType getChangeType()
public String getTypeAsString()