carb::eventdispatcher::ObserverFn

Defined in carb/eventdispatcher/EventDispatcherTypes.h

using carb::eventdispatcher::ObserverFn = void (*)(const Event&, void*)

Callback function called when an event is dispatched. Typically not manually used as it is generated by IEventDispatcher::observeEvent().