Part of nevow.events View Source View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 9 | Method | __init__ | Undocumented |
| 13 | Method | subscribe | Subscribe to events sent to the given identifier. |
| 23 | Method | unsubscribe | Unsubscribe the given token from events. |
| 31 | Method | publish | Notify the listeners on a given identifier that an event has occurred. |
| 44 | Method | nextId | Undocumented |
| 48 | Method | __getstate__ | Undocumented |
Subscribe to events sent to the given identifier.
Returns a token which should be passed to unsubscribe when done.