10 Feb
2004
10 Feb
'04
3:25 p.m.
On Tue, 10 Feb 2004 13:36:39 +0200 Etienne Labuschagne <elabuschagne@gmsonline.co.za> wrote:
Hi all,
I need an Event system for my latest project and have looked at EventChannel (http://www.zope.org/Members/k_vertigo/Products/EventChannel), and although it seems like exactly what I need, it seems like the project is dormant (last change 2002).
Is there a "best of breed" event system for Zope that I can use?
Have a look at: http://cvs.zope.org/Products/Event http://cvs.zope.org/Products/Scheduler http://cvs.zope.org/Products/EventListenerTool The latter two depend on the first one. The listener tool is a TTW interface for configuring event handlers. The bare event product does this purely from Python. hth, -Casey