|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.virtuosotechnologies.lib.container.PropertySetEvent
An event sent when a property is changed in a property set.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PropertySetEvent(PropertySet source,
boolean isSourceOriginal,
ConstrainedKey key,
Object oldValue,
Object newValue)
Constructor |
|
| Method Summary | |
ConstrainedKey |
getKey()
Get the key changed |
Object |
getNewValue()
Get the new value |
Object |
getOldValue()
Get the old value |
PropertySet |
getPropertySet()
Get the source. |
boolean |
isSourceOriginal()
Returns true if the PropertySet returned from getPropertySet was the original PropertySet that had a property changed. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertySetEvent(PropertySet source,
boolean isSourceOriginal,
ConstrainedKey key,
Object oldValue,
Object newValue)
source - source PropertySetisSourceOriginal - true if the source of the event is the original PropertySet that was changed,
or false if the property change is being propagated from another PropertySetkey - the key of the property being changedoldValue - old value for the propertynewValue - new value for the property| Method Detail |
public PropertySet getPropertySet()
public boolean isSourceOriginal()
public ConstrainedKey getKey()
public Object getOldValue()
public Object getNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||