Hi, 

is there a way to override subscriber? I only found this in the web: 

   http://wiki.zope.org/zope3/ZCMLFilteringSupport

My scenario is as follows: 

There is an object. If it has been initialized some subscribers are
called (via IObjectInitializedEvent).

     class SomeObject:
         implements(ISomeObject)

There is an extended object:

   class ISomeExtendedObject(ISomeObject)
  
   class SomeExtendedObject(SomeObject):
          implements(ISomeExtendedObject)

Some subscribers needn't be called after SomeExtendedObject has been
initialized.

Thanks
Kai

-- 
iqplusplus - http://iqpp.de
EasyShop - http://easyshop-for-plone.googlecode.com/
Demoshop - http://easyshop.iqpp.de

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to