Class CollectionElementAddedEvent

java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
net.sf.jasperreports.engine.design.events.CollectionElementAddedEvent
All Implemented Interfaces:
Serializable

public class CollectionElementAddedEvent extends PropertyChangeEvent
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Constructor Details

    • CollectionElementAddedEvent

      public CollectionElementAddedEvent(Object source, String propertyName, Object addedValue, int addedIndex)
  • Method Details

    • getAddedValue

      public Object getAddedValue()
    • getAddedIndex

      public int getAddedIndex()