Package groovy.util

Class ObservableMap.PropertyUpdatedEvent

All Implemented Interfaces:
Serializable
Enclosing class:
ObservableMap

public static class ObservableMap.PropertyUpdatedEvent extends ObservableMap.PropertyEvent
Event fired when a property value changes.
See Also:
  • Constructor Details

    • PropertyUpdatedEvent

      public PropertyUpdatedEvent(Object source, String propertyName, Object oldValue, Object newValue)
      Creates a property-updated event.
      Parameters:
      source - the event source
      propertyName - the updated property name
      oldValue - the previous value
      newValue - the new value