| 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.2 prerelease on Wed Jan 29 06:25:39 2003 | http://epydoc.sf.net |