groovy.util
public abstract static class ObservableList.ElementEvent extends PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
static int |
ADDED
deprecated
|
static int |
CLEARED
deprecated
|
static int |
MULTI_ADD
deprecated
|
static int |
MULTI_REMOVE
deprecated
|
static int |
REMOVED
deprecated
|
static int |
UPDATED
deprecated
|
source
Constructor and Description |
---|
ObservableList.ElementEvent(Object source,
Object oldValue,
Object newValue,
int index,
int type)
Deprecated.
|
ObservableList.ElementEvent(Object source,
Object oldValue,
Object newValue,
int index,
ObservableList.ChangeType type) |
Modifier and Type | Method and Description |
---|---|
ObservableList.ChangeType |
getChangeType() |
int |
getIndex() |
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_ADD
public static final int MULTI_REMOVE
public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)
public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, ObservableList.ChangeType type)
public int getIndex()
public int getType()
public ObservableList.ChangeType getChangeType()
public String getTypeAsString()