|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener that is called when properties of the data model change. This interface is intended to be implemented by clients.
Method Summary | |
void |
propertyChanged(String theName,
Object theOldValue,
Object theNewValue)
Called when a property in the data model is changed. |
void |
propertyRemoved(String theName,
Object theValue)
Called when a property is removed from the data model. |
Method Detail |
public void propertyChanged(String theName, Object theOldValue, Object theNewValue)
theName
- the name of the property that was changedtheOldValue
- the value of the property before it was changed. Will be
null
if this is a new property.theNewValue
- the value of the property after it was changedpublic void propertyRemoved(String theName, Object theValue)
theName
- the name of the property that was removedtheValue
- the value of the property that was removed
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.