# AbstractEventManager ```cpp // The core and its managers are located in this header #include "CoreInterface.h" // Use this global function to access the event manager mv::events()->... ``` **Qualified name:** `mv::AbstractEventManager` ```{doxygenclass} mv::AbstractEventManager :members: :protected-members: