diff --git a/force_bdss/ui_hooks/base_ui_hooks_manager.py b/force_bdss/ui_hooks/base_ui_hooks_manager.py index e24e5d9f64d13cdee246e51f1a733289624eb85c..a1c9228ce7299fb8106b99197ea81048f7082771 100644 --- a/force_bdss/ui_hooks/base_ui_hooks_manager.py +++ b/force_bdss/ui_hooks/base_ui_hooks_manager.py @@ -29,6 +29,16 @@ class BaseUIHooksManager(HasStrictTraits): The pyface envisage task. """ + def after_execution(self, task): + """Hook that is called after execution of a given evaluation. + Gives a chance to perform operations after the calculation finished. + + Parameters + ---------- + task: + The pyface envisage task. + """ + def before_save(self, task): """Hook that is called just before saving a given model to disk in response to a user action. This does not apply to saving of