[Java] Class ObservableList.ElementEvent
- groovy.util.ObservableList.ElementEvent
public static abstract class ObservableList.ElementEvent extends PropertyChangeEvent
Constructor Summary
Constructor and description |
---|
ElementEvent
(Object source, Object oldValue, Object newValue, int index, ChangeType type) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public ChangeType |
getChangeType() | |
public int |
getIndex() | |
public int |
getType() | |
public String |
getTypeAsString() |
Inherited Methods Summary
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()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableList.ElementEvent.html