File: index.rst

package info (click to toggle)
zope.event 6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: python: 141; makefile: 74
file content (36 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=================================
 :mod:`zope.event` Documentation
=================================

This package provides a simple event system on which
application-specific event systems can be built. For example, a
type-based event dispatching system that builds on `zope.interface
<https://zopeinterface.readthedocs.io/en/latest/>`_ can be found in
`zope.component <https://zopecomponent.readthedocs.io/en/latest>`_. A
simpler system is distributed with this package and is described in :doc:`classhandler`.

Application code can generate events without being concerned about the
event-processing frameworks that might handle the events.

Events are objects that represent something happening in a system.
They are used to extend processing by providing processing plug
points.

Contents:

.. toctree::
   :maxdepth: 2

   usage
   theory
   api
   classhandler
   hacking

====================
 Indices and tables
====================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`