Class IndexedPropertyChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexedPropertyChangeEvent
    extends java.beans.IndexedPropertyChangeEvent
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      • Methods inherited from class java.beans.IndexedPropertyChangeEvent

        getIndex
      • 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

      • IndexedPropertyChangeEvent

        public IndexedPropertyChangeEvent​(java.lang.Object source,
                                          java.lang.String propertyName,
                                          @CheckForNull
                                          java.lang.Object oldValue,
                                          @CheckForNull
                                          java.lang.Object newValue,
                                          int index)