|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the listener that is called when the properties of the data model change.
The IDataModelListener interface is intended to be implemented by clients.
ThepropertyChanged
method is called when a property in the data model is changed.
The propertyRemoved
method is called when a property is removed from the data model.
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 changed.theOldValue
- The initial value of the property. A value of
null
, if this is a new property.theNewValue
- The value of the property after it was changed.public void propertyRemoved(String theName, Object theValue)
theName
- The name of the property that was removed.theValue
- 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.