help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Events


From: Gwenaël Casaccio
Subject: [Help-smalltalk] Events
Date: Thu, 01 Sep 2011 00:17:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Thunderbird/3.1.12

Hi,

I would like to announce a new project for GNU Smalltalk : SystemEvents
(should find a better name). As the name says it spies some events like
class creation, changes, new namespace, ... and sends an events.

What are the differences with the VisualGST events, in VisualGST I don't
use the announcement framework. So I can get rid of this other framework.
It's independent of VisualGST. Anybody can use it, and it doesn't change the kernel code, (not true but those are "bugs") instead it replaces methods with
a wrapper which calls the methods and send the events.

I've a ChangeSet package that use it for recording your session (useful when there is
a crash, I plan to release it soon ;)

Here is the code git://github.com/MrGwen/gst-events.git
it's under MIT so feel free to use it

Gwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]