zope.event API Reference

The package exports the following API symbols.

Data

zope.event.subscribers = []

Applications may register for notification of events by appending a callable to the subscribers list.

Each subscriber takes a single argument, which is the event object being published.

Exceptions raised by subscribers will be propagated.

Functions

zope.event.notify(event)

Notify all subscribers of event.

Table Of Contents

Previous topic

Theory of Operation

Next topic

Hacking on zope.event

This Page