Package groovy.util

Class ObservableSet.MultiElementRemovedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiElementRemovedEvent​(java.lang.Object source, java.util.List values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getValues()  
      • 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

      • MultiElementRemovedEvent

        public MultiElementRemovedEvent​(java.lang.Object source,
                                        java.util.List values)
    • Method Detail

      • getValues

        public java.util.List getValues()