Aug. 13, 2010
8:41 p.m.
good! For the record these are not annoucement but events. Announcement pass objects as send: parameters. Stef On Aug 13, 2010, at 8:44 PM, Benjamin Van Ryseghem wrote:
I've fixed that using Announcement
MessageList >> updateView self triggerEvent: #changed
MessageListBrowser >> messageList: anObject messageList := anObject. messageList when: #changed send: #updateView to: self. messageList when: #reset send: #delete to: self.