 
EventChannel

  Publish Subscribe Event System for Zope.


  Features

    - Event Listener Filtering

    - Event Type Mapping

    - No Subclassing required

  Help

    limited documentation in help directory	

  UnitTests

    to run the unittests you need to setup
    your pythonpath environment variable
    to include lib/python from the zope 
    directory tree and include the EventChannel
    product directory.

    after that running the tests is as easy as

    cd tests
    python channel_tests.py

  License

    GPL

  Author
   
    kapil thangavelu <kvthan@wm.edu>

  HomePage

    http://www.zope.org/Members/k_vertigo/Products/EventChannel
