Package groovy.util

Class ObservableList.ElementUpdatedEvent

All Implemented Interfaces:
Serializable
Enclosing class:
ObservableList

public static class ObservableList.ElementUpdatedEvent extends ObservableList.ElementEvent
Event fired when one element is updated.
See Also:
  • Constructor Details

    • ElementUpdatedEvent

      public ElementUpdatedEvent(Object source, Object oldValue, Object newValue, int index)
      Creates an updated-element event.
      Parameters:
      source - the event source
      oldValue - the previous element value
      newValue - the new element value
      index - the affected index