[Java] Class PropertyEvent

  • groovy.util.ObservableMap.PropertyEvent

Constructor Summary

Constructors
Constructor and description
ObservableMap.PropertyEvent (Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)

Methods Summary

Methods
Type Params Return Type Name and description
ChangeType getChangeType()
int getType()
String getTypeAsString()

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 ObservableMap.PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)

Method Detail

public ChangeType getChangeType()

public int getType()

public String getTypeAsString()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/util/ObservableMap.PropertyEvent.html