Package ZenEvents :: Module zenactions :: Class EventCommandProtocol
[show private | hide private]
[frames | no frames]

Class EventCommandProtocol

BaseProtocol --+    
               |    
 ProcessProtocol --+
                   |
                  EventCommandProtocol


Method Summary
  __init__(self, cmd, server)
  errReceived(self, text)
  outReceived(self, text)
  processEnded(self, reason)
This will be called when the subprocess is finished.
  timedOut(self)
Inherited from ProcessProtocol: childConnectionLost, childDataReceived, errConnectionLost, inConnectionLost, outConnectionLost
Inherited from BaseProtocol: connectionMade, makeConnection

Class Variable Summary
Inherited from BaseProtocol: __implemented__, __providedBy__, __provides__, connected, transport

Method Details

processEnded(self, reason)

This will be called when the subprocess is finished.
Parameters:
reason
           (type=twisted.python.failure.Failure)
Overrides:
twisted.internet.protocol.ProcessProtocol.processEnded (inherited documentation)

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net