Package SpecClient :: Module SpecCommand :: Class SpecCommandA
[hide private]
[frames] | no frames]

Class SpecCommandA

source code

BaseSpecCommand --+
                  |
                 SpecCommandA

SpecCommandA is the asynchronous version of SpecCommand. It allows custom waiting by subclassing.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
connectToSpec(self, specVersion, timeout=1000) source code
 
connected(self) source code
 
disconnected(self) source code
 
statusChanged(self, ready) source code
 
executeCommand(self, command) source code
 
__call__(self, *args, **kwargs) source code
 
replyArrived(self, reply) source code
 
beginWait(self) source code
 
abort(self) source code

Inherited from BaseSpecCommand: __repr__, isSpecConnected, isSpecReady, setCommand

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: BaseSpecCommand.__init__

connectToSpec(self, specVersion, timeout=1000)

source code 
Overrides: BaseSpecCommand.connectToSpec

executeCommand(self, command)

source code 
Overrides: BaseSpecCommand.executeCommand

__call__(self, *args, **kwargs)
(Call operator)

source code 
Overrides: BaseSpecCommand.__call__