diff options
Diffstat (limited to 'python/examples/notification_callbacks.py')
| -rw-r--r-- | python/examples/notification_callbacks.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/examples/notification_callbacks.py b/python/examples/notification_callbacks.py index e299aa06..f51df6e3 100644 --- a/python/examples/notification_callbacks.py +++ b/python/examples/notification_callbacks.py @@ -97,4 +97,7 @@ class DemoNotification(BinaryDataNotification): def type_ref_changed(self, *args): log.log_info(inspect.stack()[0][3] + str(args)) + def type_field_ref_changed(self, *args): + log.log_info(inspect.stack()[0][3] + str(args)) + PluginCommand.register("Register Notification", "", reg_notif) |
