[PEAK] An event system based on RuleDispatch
Phillip J. Eby
pje at telecommunity.com
Mon Apr 24 15:36:57 EDT 2006
At 09:26 PM 4/24/2006 +0200, Simon Belak wrote:
>before() and after() are an event system in itself aren't they?
Yes. The principal limitation of RuleDispatch compared to a more
traditional event system is that you can't *remove* subscribers.
However, for many classes of application, listeners tend to be fairly
static over the run time, so this is only an issue for super-dynamic event
systems that are constantly rewiring themselves.
More information about the PEAK
mailing list