.. highlight:: python
.. module:: defcon.tools.notifications

==================
NotificationCenter
==================

Direct creation of and interation with these objects will most likely be rare as they are automatically handled by :class:`BaseObject`.


.. _NotificationCenter:

NotificationCenter
^^^^^^^^^^^^^^^^^^

.. autoclass:: NotificationCenter
   :members:

.. _Notification:

Notification
^^^^^^^^^^^^

.. autoclass:: Notification
   :members:
