2024-01-05 16:57:05 +01:00
|
|
|
# python-zope-event
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
The zope.event package provides a simple event system.
|
|
|
|
|
|
|
|
It provides:
|
|
|
|
* An event publishing system
|
|
|
|
* A very simple event-dispatching system on which more sophisticated event dispatching systems can be built.
|
|
|
|
For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.
|
|
|
|
|