File: README.txt

package info (click to toggle)
zope.event 3.4.1-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 108 kB
  • ctags: 14
  • sloc: python: 81; makefile: 2; sh: 1
file content (12 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
**********
zope.event
**********

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``.