Hello,

is there a way to implement a kind of central event managing system in a multimodule application? I think about a central event manager where every module can trigger own events and other modules can listen to those events. What is the best way to achieve this?