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

Added to the interface as well

parent 0eb14d10
No related branches found
No related tags found
1 merge request!127Added flag for notification listener visibility
from traits.api import Interface, String, Instance, Type
from traits.api import Interface, String, Instance, Type, Bool
from envisage.plugin import Plugin
......@@ -12,6 +12,8 @@ class INotificationListenerFactory(Interface):
name = String()
ui_visible = Bool()
listener_class = Type(
"force_bdss.notification_listeners"
".base_notification_listener.BaseNotificationListener"
......
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