Home | Trees | Index | Help |
---|
Package twisted :: Package spread :: Module util :: Class Pager |
|
StringPager
Method Summary | |
---|---|
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion. | |
Override this to return an object to be sent to my collector. | |
(internal) Method called by Broker. | |
(internal) Method called by Broker. | |
Call this when you're done paging. |
Method Details |
---|
__init__(self,
collector,
callback=None,
*args,
**kw)
Create a pager with a Reference to a remote collector and an optional
callable to invoke upon completion.
|
nextPage(self)Override this to return an object to be sent to my collector. |
sendNextPage(self)(internal) Method called by Broker. |
stillPaging(self)(internal) Method called by Broker. |
stopPaging(self)Call this when you're done paging. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:18:14 2003 | http://epydoc.sf.net |