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