| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Manager --+
|
BaseComponent --+
|
Component --+
|
Timer
Timer(s, e, c, t, persist) -> new timer component
Creates a new timer object which when triggered will push the given event onto the event queue.
s := no. of seconds to delay e := event to be fired c := channel to fire event to t := target to fire event to
persist := Sets this timer as persistent if True.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
| new timer component |
|
||
|
|||
| None |
|
||
| state |
|
||
|
Inherited from Inherited from Inherited from |
|||
| Static Methods | |
| Instance Variables | |
|
Inherited from |
| Properties | |
|
Inherited from Inherited from |
| Method Details |
initializes x; see x.__class__.__doc__ for signature
|
Check if this timer is ready to be triggered. If so, push the event onto the event queue. If timer is persistent, reset it after triggering.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 4 00:24:46 2010 | http://epydoc.sourceforge.net |