org.obe.util
Class IndexedPropertyChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjava.beans.PropertyChangeEvent
          extended byorg.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

Field Summary
 
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)
           
 
Method Summary
 int getIndex()
           
 
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
 

Constructor Detail

IndexedPropertyChangeEvent

public IndexedPropertyChangeEvent(java.lang.Object source,
                                  java.lang.String propertyName,
                                  java.lang.Object oldValue,
                                  java.lang.Object newValue,
                                  int index)
Method Detail

getIndex

public int getIndex()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.