Package _Framework :: Module Task :: Class TimerTask
[hide private]
[frames] | no frames]

Class TimerTask

source code

object --+        
         |        
      Task --+    
             |    
      WaitTask --+
                 |
                TimerTask

Instance Methods [hide private]
 
do_update(self, timer) source code
 
on_tick(self) source code
 
on_finish(self) source code

Inherited from WaitTask: __init__, do_restart

Inherited from Task: add_next, clear, kill, pause, restart, resume, toggle_pause, update

Inherited from Task (private): _set_parent, _task_equivalent

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

Class Variables [hide private]

Inherited from WaitTask: duration

Properties [hide private]

Inherited from Task: is_killed, is_paused, is_running, parent_task, state

Inherited from object: __class__

Method Details [hide private]

do_update(self, timer)

source code 
Overrides: Task.do_update