>From the Collaboractive book:

a tool to inspect live events

If you want to inspect events generated by an announcer without a priori
knowledge about the kind and frequency of events, you can always open a spy
on an announcer to track its events.

 announcer open
or

 AnnouncementSpy openOn: announcer
This opens a window which displays the sequence of events emitted by the
announcer (after the spy has been launched). You can open/inspect each event
individually using the contextual menu. you can also clear the list view.

Try it on World announcer open (in Pharo 1.1 or later), then add and close
windows to see events generated.

--
View this message in context: 
http://forum.world.st/COTDC-93-AnnouncementSpy-tp4173986p4174271.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to