On this page
[Java] Class ObservableMap.PropertyEvent
- groovy.util.ObservableMap.PropertyEvent
public static abstract class ObservableMap.PropertyEvent
extends PropertyChangeEvent
Constructor Summary
Constructor and description |
---|
PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public ChangeType |
getChangeType() |
|
public int |
getType() |
|
public String |
getTypeAsString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class PropertyChangeEvent |
toString, getPropertyName, getOldValue, getPropagationId, setPropagationId, getNewValue, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)
Method Detail
public ChangeType getChangeType()
public int getType()
public String getTypeAsString()
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/groovy/util/ObservableMap.PropertyEvent.html