Home | Trees | Indices | Help |
|
---|
|
object --+ | core.Manager --+ | core.BaseComponent --+ | core.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 | |
Inherited from |
Instance Variables | |
Inherited from 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 Wed Jul 8 23:51:19 2009 | http://epydoc.sourceforge.net |