Method Summary |
|
__init__ (self,
original)
Set my 'original' attribute to be the object I am adapting. (inherited from Adapter )
|
|
getComponent (self,
interface)
I forward getComponent to self.original on the assumption that it is
an instance of Componentized. (inherited from Adapter )
|
|
getStateFor(self,
jellier)
(inherited from Jellyable )
|
|
jellyFor (self,
jellier)
(internal) (inherited from Referenceable )
|
|
processUniqueID (self)
Return an ID which uniquely represents this object for this
process. (inherited from Serializable )
|
|
remote_console(self,
messages)
|
|
remote_listCapabilities(self)
|
|
remote_receiveExplorer(self,
xplorer)
|
|
remoteMessageReceived (self,
broker,
message,
args,
kw)
A remote message has been received. (inherited from Referenceable )
|
|
_cbLogin(self,
perspective)
|