public class UserPropertyEvent
extends java.util.EventObject
| Constructor and Description |
|---|
UserPropertyEvent(java.lang.Object source,
java.lang.String propname,
java.lang.Object propval) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
the name of the property
|
java.lang.Object |
getPropertyValue()
the new value for the property
|