Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5b16fd19785a7e52f49fb873ab22f966 > files > 48

python-zope-event-4.0.2-1.fc18.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>zope.event API Reference &mdash; zope.event 4.0.2 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '4.0.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="zope.event 4.0.2 documentation" href="index.html" />
    <link rel="next" title="Hacking on zope.event" href="hacking.html" />
    <link rel="prev" title="Theory of Operation" href="theory.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="hacking.html" title="Hacking on zope.event"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="theory.html" title="Theory of Operation"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">zope.event 4.0.2 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="zope-event-api-reference">
<h1><tt class="xref py py-mod docutils literal"><span class="pre">zope.event</span></tt> API Reference<a class="headerlink" href="#zope-event-api-reference" title="Permalink to this headline">¶</a></h1>
<p>The package exports the following API symbols.</p>
<div class="section" id="data">
<h2>Data<a class="headerlink" href="#data" title="Permalink to this headline">¶</a></h2>
<dl class="data">
<dt id="zope.event.subscribers">
<tt class="descclassname">zope.event.</tt><tt class="descname">subscribers</tt><em class="property"> = []</em><a class="headerlink" href="#zope.event.subscribers" title="Permalink to this definition">¶</a></dt>
<dd><p>Applications may register for notification of events by appending a
callable to the <tt class="docutils literal"><span class="pre">subscribers</span></tt> list.</p>
<p>Each subscriber takes a single argument, which is the event object
being published.</p>
<p>Exceptions raised by subscribers will be propagated.</p>
</dd></dl>

</div>
<div class="section" id="functions">
<h2>Functions<a class="headerlink" href="#functions" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="zope.event.notify">
<tt class="descclassname">zope.event.</tt><tt class="descname">notify</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#zope.event.notify" title="Permalink to this definition">¶</a></dt>
<dd><p>Notify all subscribers of <tt class="docutils literal"><span class="pre">event</span></tt>.</p>
</dd></dl>

</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#"><tt class="docutils literal"><span class="pre">zope.event</span></tt> API Reference</a><ul>
<li><a class="reference internal" href="#data">Data</a></li>
<li><a class="reference internal" href="#functions">Functions</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="theory.html"
                        title="previous chapter">Theory of Operation</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="hacking.html"
                        title="next chapter">Hacking on <tt class="docutils literal"><span class="pre">zope.event</span></tt></a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/api.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="hacking.html" title="Hacking on zope.event"
             >next</a> |</li>
        <li class="right" >
          <a href="theory.html" title="Theory of Operation"
             >previous</a> |</li>
        <li><a href="index.html">zope.event 4.0.2 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010, Zope Foundation and Contributors.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>