-
Story
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
-
None
-
None
It seems that the normal way of implementing certain features will be listeners - e.g. GraphChangedListener.
Unlike rules, these currently do not support @Inject, so getting various services is not possible.
To keep the way to get those services consistent, we could let the instances of Listeners having instantiated by CDI/Furnace, or injected after creation.