Class n.e.EventNotification:

Part of nevow.events View Source View In Hierarchy

No class docstring
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
def __init__(self): (source)
Undocumented
def subscribe(self, identifier, subscriber): (source)

Subscribe to events sent to the given identifier.

Returns a token which should be passed to unsubscribe when done.
def unsubscribe(self, token): (source)
Unsubscribe the given token from events.
def publish(self, identifier, *args): (source)
Notify the listeners on a given identifier that an event has occurred.
def nextId(self): (source)
Undocumented
def __getstate__(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.