Interface w.c.i.INotificationPlugin(IWaderPlugin):

Part of wader.common.interfaces View In Hierarchy

Known implementations: wader.common.plugin.NotificationPlugin

No interface docstring
Attribute klass Class of the notification we are interested in
Method on_notification_received Called whenever a notification is received

Inherited from IWaderPlugin:

Attribute name Plugin's name
Attribute version Plugin's version
Attribute author Plugin's author
Method initialize Initializes the plugin
Method shutdown Closes the plugin
klass =
Class of the notification we are interested in
def on_notification_received(wrapper, notification):
Called whenever a notification is received
Parameterswrapper (type: wader.common.wrapper.BaseWrapper subclass )
notification (type:

wader.common.notifications.Notification

Plugin developers should override this method )
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.