Package p6 :: Package zcmlsupport :: Module metadirectives :: Class ISubscriberDirective
[show private | hide private]
[frames | no frames]

Type ISubscriberDirective

Interface --+
            |
           ISubscriberDirective


Register a subscriber


Class Variable Summary
unicode factory = u'Subscriber factory\n\nA factory used to crea...
unicode for_ = u'Interfaces or classes that this subscriber depe...
unicode handler = u'Handler\n\nA callable object that handles ev...
unicode provides = u'Interface the component provides\n\nThis at...
unicode trusted = u'Trusted\n\nMake the subscriber a trusted sub...

Class Variable Details

factory

Type:
unicode
Value:
u'Subscriber factory\n\nA factory used to create the subscriber instan\
ce.'                                                                   

for_

Type:
unicode
Value:
u'Interfaces or classes that this subscriber depends on\n\nThis should\
 be a list of interfaces or classes'                                   

handler

Type:
unicode
Value:
u'Handler\n\nA callable object that handles events.'                   

provides

Type:
unicode
Value:
u'Interface the component provides\n\nThis attribute specifes the inte\
rface the adapter instance must provide.'                              

trusted

Type:
unicode
Value:
u'Trusted\n\nMake the subscriber a trusted subscriber\n\n        Trust\
ed subscribers have unfettered access to the objects they\n        ada\
pt.  If asked to adapt security-proxied objects, then,\n        rather\
 than getting an unproxied subscriber of security-proxied\n        obj\
ects, you get a security-proxied subscriber of unproxied\n        obje\
cts.\n        '                                                        

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net