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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description CollectionElementAddedEvent(Object source, String propertyName, Object addedValue, int addedIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddedIndex()
Object
getAddedValue()
-
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-