hsh :: jobs :: JobListener :: Class JobListener
[hide private]
[frames] | no frames]

Class JobListener

object --+
         |
        JobListener
Known Subclasses:

An "interface" for objects interested in changes to a job. Particularly useful to an object displaying details of a job.

Instance Methods [hide private]
 
on_job_output(self, job)
 
on_job_raw_output(self, job, text, channel)
 
on_job_terminate(self, job)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__