carb/eventdispatcher/EventDispatcherTypes.h

↰ Parent directory: carb/eventdispatcher/

Type definitions for carb.eventdispatcher.plugin

Source: carb/eventdispatcher/EventDispatcherTypes.h

Included By

Namespaces

  • carb: The main Carbonite namespace.

  • carb::eventdispatcher: Namespace for carb.eventdispatcher.plugin and related utilities.

Classes

Typedefs

  • carb::eventdispatcher::CleanupFn: Callback function called when an observer is terminated with IEventDispatcher::stopObserving(). Typically not manually used as it is generated by IEventDispatcher::observeEvent().

  • carb::eventdispatcher::Observer: A handle to an observer, registered with IEventDispatcher::observeEvent().

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

Variables