Part of wader.common.interfaces View In Hierarchy
Known implementations: wader.common.plugin.NotificationPlugin
| 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 |
| Parameters | wrapper | (type: wader.common.wrapper.BaseWrapper
subclass
) |
| notification | (type: wader.common.notifications.Notification Plugin developers should override this method ) |