[FIX] Events3.2-nk

Ned Konz ned at bike-nomad.com
Sat Jan 28 03:57:01 UTC 2012


from preamble:

"Change Set:		Events3.2-nk
Date:			7 September 2002
Author:			Ned Konz

This is a fix-up of the 3.2 event code to match the interface of the 3.3
code.

So you now use triggerEvent: etc. instead of trigger: .

It also changes the events to use WeakMessageSend objects,
which will not prevent garbage collection.

When a receiver of an event notification has been GC'd,
event registrations for it will be removed when
notifications to it are attempted.

This CS contains code by Rob Withers and me.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Events3.2-nk.cs.gz
Type: application/octet-stream
Size: 11983 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120128/9765571d/Events3.2-nk.cs.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: EventsTests3.2-nk.cs.gz
Type: application/octet-stream
Size: 1958 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120128/9765571d/EventsTests3.2-nk.cs.obj


More information about the Squeak-dev mailing list