Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > aac008a726c21673c6c59aa2e521b8cb > files > 28

python-zope-event-4.3.0-3.mga7.noarch.rpm

.. _theory-docs:

Theory of Operation
===================

.. note::

   This section explains both why an application or framework might
   publish events, and various ways the integrator might configure
   the subscribers to achieve different goals.

Outline
-------

- Events as decoupling mechanism.

  - Injecting policy into reusable applications.

  - Extending frameworks.

- Event dispatch strategies

  - Type-based dispatch, as used in ZCA

  - Attribute-based / key-based dispatch