Elements' Details |
PropertyName
string PropertyName;
- Description
- contains the unique name of the property which changes its value.
|
|
Further
boolean Further;
- Description
- contains true if further events in the same transaction occur.
|
|
PropertyHandle
long PropertyHandle;
- Description
- contains the implementation handle for the property.
May be -1 if the implementation has no handle. You can use
this handle to get values from the XFastPropertySet.
|
|
OldValue
any OldValue;
- Description
- contains the old value of the property.
|
|
NewValue
any NewValue;
- Description
- contains the new value of the property.
|
|
Copyright © 2010 Sun Microsystems, Inc.