Class CollectionElementRemovedEvent
- java.lang.Object
-
- java.util.EventObject
-
- java.beans.PropertyChangeEvent
-
- net.sf.jasperreports.engine.design.events.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
-
-
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 intgetRemovedIndex()java.lang.ObjectgetRemovedValue()
-