Class CollectionElementRemovedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class CollectionElementRemovedEvent
    extends java.beans.PropertyChangeEvent
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionElementRemovedEvent​(java.lang.Object source, java.lang.String propertyName, java.lang.Object removedValue, int removedIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRemovedIndex()  
      java.lang.Object getRemovedValue()  
      • 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

      • CollectionElementRemovedEvent

        public CollectionElementRemovedEvent​(java.lang.Object source,
                                             java.lang.String propertyName,
                                             java.lang.Object removedValue,
                                             int removedIndex)
    • Method Detail

      • getRemovedValue

        public java.lang.Object getRemovedValue()
      • getRemovedIndex

        public int getRemovedIndex()