Skip to content
Snippets Groups Projects

Deliver notification info

Merged Adham Hashibon requested to merge deliver-to-ui into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ from .i_notification_listener_factory import INotificationListenerFactory
class BaseNotificationListener(ABCHasStrictTraits):
"""Base class for the Multi Criteria Optimizer.
"""Base class for the Notification Listener.
Inherit this class for your MCO implementation
"""
Loading