Package application :: Package dialogs :: Module FileTail :: Class TailTask
[hide private]
[frames] | no frames]

Class TailTask

source code

    object --+    
             |    
util.task.Task --+
                 |
                TailTask

Instance Methods [hide private]
 
__init__(self, path, window) source code
 
error(self, err) source code
 
success(self, result) source code
 
shutdownInitiated(self, arg) source code
 
run(self) source code
 
checkForCancel(self) source code

Inherited from util.task.Task: callInMainThread, shutdownCallback, start

Inherited from util.task.Task (private): _error, _success

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]

Inherited from util.task.Task: running

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, path, window)
(Constructor)

source code 
Overrides: util.task.Task.__init__