public abstract static class ObservableList.ElementEvent extends PropertyChangeEvent
source| Constructor and Description | 
|---|
| 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, toStringgetSourcepublic 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()