Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module interfaces :: Class IDelayedCall |
|
Interface
--+
|
IDelayedCall
A scheduled call.
There are probably other useful methods we can add to this interface; suggestions are welcome.Method Summary | |
---|---|
Cancel the scheduled call. | |
Delay the scheduled call. | |
Reset the scheduled call's timer. |
Method Details |
---|
cancel(self)Cancel the scheduled call.
|
delay(self, secondsLater)Delay the scheduled call.
|
reset(self, secondsFromNow)Reset the scheduled call's timer.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:04 2003 | http://epydoc.sf.net |