[Java] Class ObservableList.ElementEvent
- groovy.util.ObservableList.ElementEvent
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
| Methods inherited from class | Name |
class PropertyChangeEvent | toString, getOldValue, getPropertyName, setPropagationId, getPropagationId, getNewValue, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ElementEvent(Object source, Object oldValue, Object newValue, int index, ChangeType type)
Method Detail
public ChangeType getChangeType()
public int getIndex()
public int getType()
public String getTypeAsString()