|
||||||||||
| 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(String pName,
Object pOld,
Object pNew)
Creates a new instance of PropertyEvent with the given event information. |
|
| Method Summary | |
|---|---|
Object |
getNewValue()
Gets the new value. |
Object |
getOldValue()
Gets the old value. |
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(String pName,
Object pOld,
Object pNew)
PropertyEvent with the given event information.
pName - the property namepOld - the old property valuepNew - the new property value| Method Detail |
|---|
public String getPropertyName()
public Object getOldValue()
public Object getNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||