API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. IndexedPropertyChangeEvent View Source
Author(s)
Mark Davidson
Since
1.5
Version
1.5 11/17/05
Serial
Hierarchy
 Object
      EventObject
          PropertyChangeEvent
              IndexedPropertyChangeEvent
Implements
Subclasses
Description
public class IndexedPropertyChangeEvent
  An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans specification (a "bean") changes a bound indexed property.
See also:   
Constructors
public IndexedPropertyChangeEvent (Object source, String propertyName, Object oldValue, Object newValue, int index)
  Constructs a new IndexedPropertyChangeEvent object.
Methods
Hide/Show inherited methods
public int getIndex ()
  Gets the index of the property that was changed.
public Object getNewValue () [Inherited From PropertyChangeEvent]
  Gets the new value for the property, expressed as an Object.
public Object getOldValue () [Inherited From PropertyChangeEvent]
  Gets the old value for the property, expressed as an Object.
public Object getPropagationId () [Inherited From PropertyChangeEvent]
  The "propagationId" field is reserved for future use.
public String getPropertyName () [Inherited From PropertyChangeEvent]
  Gets the programmatic name of the property that was changed.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public void setPropagationId (Object propagationId) [Inherited From PropertyChangeEvent]
  Sets the propagationId object for the event.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar