|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.remote.event.PropertyEvent
public class PropertyEvent
The PropertyEvent
class is the event for property changes.
Constructor Summary | |
---|---|
PropertyEvent(java.lang.String pName,
java.lang.Object pOld,
java.lang.Object pNew)
Creates a new instance of PropertyEvent with the given event information. |
Method Summary | |
---|---|
java.lang.Object |
getNewValue()
Gets the new value. |
java.lang.Object |
getOldValue()
Gets the old value. |
java.lang.String |
getPropertyName()
Gets the property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEvent(java.lang.String pName, java.lang.Object pOld, java.lang.Object pNew)
PropertyEvent
with the given event information.
pName
- the property namepOld
- the old property valuepNew
- the new property valueMethod Detail |
---|
public java.lang.String getPropertyName()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |