Package groovy.util

Class ObservableList.ElementUpdatedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementUpdatedEvent​(java.lang.Object source, java.lang.Object oldValue, java.lang.Object newValue, int index)  
    • Method Summary

      • Methods inherited from class java.beans.PropertyChangeEvent

        getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ElementUpdatedEvent

        public ElementUpdatedEvent​(java.lang.Object source,
                                   java.lang.Object oldValue,
                                   java.lang.Object newValue,
                                   int index)