Happy !
hernan / EventsMonitor
About EventsMonitor
A simple real-time monitor for events. Currently you can see the EventManager events and the OmniBrowser events, but you may implement your own monitors.
Sample usage:
To start the EventManager monitor, select the "Start Event Monitor" item from the World Open Menu. To stop the monitor, select the "Stop Event Monitor" item from the World Open Menu.
The default periodicity is 1 second, but you can configure this setting as follows:
EventMonitor uniqueInstance
periodicity: 5;
start.
" For monitoring OmniBrowser events "
OBEventMonitor uniqueInstance
periodicity: 2;
start
Installation
In Pharo:
Gofer new
squeaksource: 'EventsMonitor';
package: 'EventsMonitor';
package: 'EventsMonitorPharo';
load.
In Squeak:
Installer new
ss project: 'EventsMonitor';
install: 'EventsMonitor'
