com.novell.admin.ns
Class ValueListPropertyChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.beans.PropertyChangeEvent
              |
              +--com.novell.admin.ns.ValueListPropertyChangeEvent
All Implemented Interfaces:
java.io.Serializable

public final class ValueListPropertyChangeEvent
extends java.beans.PropertyChangeEvent

Final class that is a PropertyChangeEvent for ValueLists.


Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValueListPropertyChangeEvent(ValueList rootValueList, java.lang.Object source, java.lang.String name, java.lang.Object oldObj, java.lang.Object newObj)
          Constructor.
 
Method Summary
 ValueList getRootValueList()
          Returns the ValueList on which the change occured.
 
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

ValueListPropertyChangeEvent

public ValueListPropertyChangeEvent(ValueList rootValueList,
                                    java.lang.Object source,
                                    java.lang.String name,
                                    java.lang.Object oldObj,
                                    java.lang.Object newObj)
Constructor.
Parameters:
rootValueList - The ValueList on which the change occured.
source - The class on which the event occured.
name - The programmatic name of the property that was changed.
oldObj - The old value of the property.
newObj - The new value of the property.
Method Detail

getRootValueList

public ValueList getRootValueList()
Returns the ValueList on which the change occured.
Returns:
The ValueList that was modified.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.