[Java] Class ElementEvent
- groovy.util.ObservableList.ElementEvent
Constructor Summary
Constructor and description |
---|
ObservableList.ElementEvent
(Object source, Object oldValue, Object newValue, int index, ChangeType type) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
ChangeType |
getChangeType() | |
int |
getIndex() | |
int |
getType() | |
String |
getTypeAsString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class PropertyChangeEvent | toString, getNewValue, getOldValue, getPropertyName, getPropagationId, setPropagationId, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class EventObject | toString, 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()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/util/ObservableList.ElementEvent.html