From 927390bc14ccd6739a62c2a291e50a4a3ce4d0b0 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 21 Oct 2021 18:27:06 +0800 Subject: Smartly update the TypeView --- python/examples/notification_callbacks.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/examples/notification_callbacks.py') 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) -- cgit v1.3.1