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.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| 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 |
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.
getRootValueList
public ValueList getRootValueList()
- Returns the ValueList on which the change occured.
- Returns:
- The ValueList that was modified.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.