[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Global events

What is the best way to achieve the following?

Send events from a view in eclipse to a central place (maybe the workbench?) that other views can listen to and act as appropriate.

e.g. In my case I want to notify all views when certain domain objects become stale and need to be refreshed

I basically want to do exactly the same type of thing as the selection service in the workbench, but for my own domain object change events.

Thanks, Adrian.