| [news.eclipse.platform.rcp] Re: is there a preferred RCP mechanism for updating editors based on model-changes caused in a view? |
Brian Berry wrote:
It depends...what is your model? If you are using EMF then you are in luck. All you have to do is register an adapter to listen to certain changes in the model while it is in memory.
Anyway, the roll-my-own method seems to be working.
thanks, Paul