Package groovy.util

Class ObservableMap.PropertyAddedEvent

All Implemented Interfaces:
Serializable
Enclosing class:
ObservableMap

public static class ObservableMap.PropertyAddedEvent extends ObservableMap.PropertyEvent
Event fired when a property is added.
See Also:
  • Constructor Details

    • PropertyAddedEvent

      public PropertyAddedEvent(Object source, String propertyName, Object newValue)
      Creates a property-added event.
      Parameters:
      source - the event source
      propertyName - the added property name
      newValue - the added value