java.beans
public class IndexedPropertyChangeEvent extends PropertyChangeEvent
Since: 1.5
Constructor Summary | |
---|---|
IndexedPropertyChangeEvent(Object source, String name, Object oldValue, Object newValue, int index)
Create a new IndexedPropertyChangeEvent. |
Method Summary | |
---|---|
int | getIndex()
Return the index of the changed property. |
Parameters: source the Bean containing the property name the property's name oldValue the old value of the property newValue the new value of the property index the index of the element in the property which changed
Throws: IllegalArgumentException if source is null
Returns: the index