Package elisa :: Package plugins :: Package good :: Package xmlmenu :: Package actions :: Module spawn_process_action :: Class ProcessObserver
[hide private]
[frames] | no frames]

Class ProcessObserver

source code


Instance Methods [hide private]
 
__init__(self) source code
 
reset(self) source code
 
processEnded(self, status)
This will be called when the subprocess is finished.
source code

Inherited from twisted.internet.protocol.ProcessProtocol: childConnectionLost, childDataReceived, errConnectionLost, errReceived, inConnectionLost, outConnectionLost, outReceived

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, connectionMade, makeConnection

Class Variables [hide private]

Inherited from twisted.internet.protocol.BaseProtocol: __implemented__, __provides__, connected, transport

Method Details [hide private]

processEnded(self, status)

source code 
This will be called when the subprocess is finished.
Overrides: twisted.internet.protocol.ProcessProtocol.processEnded
(inherited documentation)