diff options
| author | Xusheng <xusheng@vector35.com> | 2021-10-21 18:27:06 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-10-28 15:08:53 +0800 |
| commit | 927390bc14ccd6739a62c2a291e50a4a3ce4d0b0 (patch) | |
| tree | a628e18289034040005afd0a5c450fd8bea99e0f /python/examples/notification_callbacks.py | |
| parent | c6f170d1541c53a5b2a9821b31f77612d0b8559f (diff) | |
Smartly update the TypeView
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) |
