org.obe.util
Class IndexedPropertyChangeEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
org.obe.util.IndexedPropertyChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public final class IndexedPropertyChangeEvent
- extends java.beans.PropertyChangeEvent
An event class that describes a change to an indexed property. This class
provides identical functionality to the JDK1.5 class of the same name, and
will eventually be replaced by it.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
IndexedPropertyChangeEvent(java.lang.Object source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue,
int index)
|
Methods inherited from class java.beans.PropertyChangeEvent |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IndexedPropertyChangeEvent
public IndexedPropertyChangeEvent(java.lang.Object source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue,
int index)
getIndex
public int getIndex()
OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.