======
Events
======

The :py:mod:`encore.events` module provides a unified event system for
application-level events.  This is intended to be distinct from the event
systems provided by UI toolkits or Traits, although there is nothing stopping
an implementation from using such for a back-end.

Contents
--------

.. toctree::
   :maxdepth: 2
   
   usage.rst
   abstract_event_manager.rst
   event_manager.rst
   progress_events.rst

Indices and tables
------------------

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

License
-------

.. include:: ../../../LICENSE.txt
