[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to fire PropertyChangeEvent?

You have to iterate over the list and call the methods yourself.

Rudolf Schmidt wrote:
Hi,

I want to notify some gui composites about state changes in my model (Bean). I found the JFace ListenerList class which I may use to store listeners in the bean and also I found PropertyChangeEvent that I could use as message.

My question is how to fire the event? Do I have to use Display.postEvent() or do I have to iterate over the listeners stored in the listenerslist?

Thanks, Rudolf



-- Thanks, Rich Kulp