public final class ValueListPropertyChangeEvent
extends java.beans.PropertyChangeEvent
| Constructor and Description |
|---|
ValueListPropertyChangeEvent(ValueList rootValueList,
java.lang.Object source,
java.lang.String name,
java.lang.Object oldObj,
java.lang.Object newObj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ValueList |
getRootValueList()
Returns the ValueList on which the change occured.
|
public ValueListPropertyChangeEvent(ValueList rootValueList, java.lang.Object source, java.lang.String name, java.lang.Object oldObj, java.lang.Object newObj)
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.public ValueList getRootValueList()
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 ${TODAY} ${TSTAMP}.