Skip to content
Snippets Groups Projects
Commit 2e4166b8 authored by martinRenou's avatar martinRenou
Browse files

Add doc

parent 51cf849d
No related branches found
No related tags found
1 merge request!86Improve event handling
......@@ -13,9 +13,10 @@ class BaseMCO(ABCHasStrictTraits):
#: A reference to the factory
factory = Instance(IMCOFactory)
#: Triggered when an event occurs.
#: Triggered when the evaluation started.
started = Event()
#: Triggered when the evaluation finished
finished = Event()
# Event triggered when the mco wants to send new data to listeners
......
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