Skip to content
Snippets Groups Projects
Commit 5242d692 authored by Stefano Borini's avatar Stefano Borini
Browse files

Removed ui hook from notification listener

parent d3a7bb90
No related branches found
No related tags found
1 merge request!93UI Hooks
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment