diff --git a/force_bdss/notification_listeners/base_notification_listener_factory.py b/force_bdss/notification_listeners/base_notification_listener_factory.py
index 5ebff3b92fd07219afae2890175ef018e347393c..08e2b59f90f2518d99445ffd09568e23e1b84045 100644
--- a/force_bdss/notification_listeners/base_notification_listener_factory.py
+++ b/force_bdss/notification_listeners/base_notification_listener_factory.py
@@ -48,12 +48,3 @@ class BaseNotificationListenerFactory(ABCHasStrictTraits):
         model_data: dict
             Data to use to fill the model.
         """
-
-    def create_ui_hook_manager(self):
-        """Creates an instance of the hook manager
-        The hook manager contains a set of methods that are applicable in
-        various moments of the UI application lifetime.
-        By default, it returns None, meaning that no hook managers are
-        installed, and no action will take place.
-        """
-        return None