Home | Trees | Index | Help |
|
---|
Package Modeling :: Module delegation :: Class DelegateWrapper |
|
Method Summary | |
---|---|
Initializes the DelegateWrapper | |
__getattr__(self,
name)
| |
Returns the delegate object | |
reevaluateDelegateObject(self)
| |
Tells whether the wrapped delegate object can responds to the method interfaceMethodName as defined in the delegate's interface. | |
Sets the delegate object |
Method Details |
---|
__init__(self,
interface,
object=None)
Initializes the DelegateWrapper |
delegateObject(self)Returns the delegate object |
respondsTo(self, interfaceMethodName)Tells whether the wrapped delegate object can responds to the method
Returned value is None for false, 1 (integer) for true |
setDelegateObject(self, object)Sets the delegate object |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:21 2006 | http://epydoc.sf.net |