[Java] Class ElementEvent
- groovy.util.ObservableList.ElementEvent
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class | Name |
class PropertyChangeEvent | toString, getPropertyName, getOldValue, getNewValue, getPropagationId, setPropagationId, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ObservableList.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()