Package groovy.util

Class ObservableMap.PropertyRemovedEvent

All Implemented Interfaces:
Serializable
Enclosing class:
ObservableMap

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

    • PropertyRemovedEvent

      public PropertyRemovedEvent(Object source, String propertyName, Object oldValue)
      Creates a property-removed event.
      Parameters:
      source - the event source
      propertyName - the removed property name
      oldValue - the removed value