[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Problems with label referencing a derived attribute

Hello Anthony,

Label contents will be refreshed on EMF notification that corresponding attribute value was changed.
So, label is a listener for corresponding domain model attribute and you have to send a notification that attribute value was changed.
To send this notification you have to listen "action reference" reference and then this reference is changed you can send notification that derived attribute was changed too.


-----------------
Alex Shatalin