|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyChangeEvent<T>
This is used in conjunction with IPropertyChangeListener
. It contains the information
regarding the property change.
Method Summary | ||
---|---|---|
T |
getNewValue()
Returns the new value of the property that changed. |
|
T |
getOldValue()
Returns the old value of the property that changed. |
|
java.lang.String |
getPropertyName()
Returns the name of the property that changed. |
|
|
getSource()
Returns the source where the modification occurred and that fired the event. |
Method Detail |
---|
T getNewValue()
T getOldValue()
java.lang.String getPropertyName()
<S extends StateObject> S getSource()
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |