Provides the instance with a reference to its L{DBusObjectHandler} instance @type objectHandler: L{DBusObjectHandler} @param objectHandler: Thte L{DBusObjectHandler} managing this instance
(self, objectHandler)
| 300 | """ |
| 301 | |
| 302 | def setObjectHandler(self, objectHandler): |
| 303 | """ |
| 304 | Provides the instance with a reference to its L{DBusObjectHandler} |
| 305 | instance |
| 306 | |
| 307 | @type objectHandler: L{DBusObjectHandler} |
| 308 | @param objectHandler: Thte L{DBusObjectHandler} managing this instance |
| 309 | """ |
| 310 | |
| 311 | def executeMethod(self, interfaceObj, methodName, methodArguments, sender): |
| 312 | """ |