kiwi.tasklet.WaitForTimeout(WaitCondition)
class documentationkiwi.tasklet
(View In Hierarchy)
An object that waits for a specified ammount of time (a timeout)
Method | __init__ | An object that waits for a specified ammount of time. |
Method | arm | See L{WaitCondition.arm} |
Method | disarm | See L{WaitCondition.disarm} |
Method | restart | Restart the timeout. Makes time counting start again from zero. |
Method | _timeout_cb | Undocumented |
An object that waits for a specified ammount of time. @param timeout: ammount of time to wait, in miliseconds @param priority: mainloop priority for the timeout event