Package groovy.util

Class ObservableList.ElementEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementEvent​(java.lang.Object source, java.lang.Object oldValue, java.lang.Object newValue, int index, ObservableList.ChangeType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ObservableList.ChangeType getChangeType()  
      int getIndex()  
      int getType()  
      java.lang.String getTypeAsString()  
      • 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

      • ElementEvent

        public ElementEvent​(java.lang.Object source,
                            java.lang.Object oldValue,
                            java.lang.Object newValue,
                            int index,
                            ObservableList.ChangeType type)
    • Method Detail

      • getIndex

        public int getIndex()
      • getType

        public int getType()
      • getTypeAsString

        public java.lang.String getTypeAsString()