|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A callable that can handle events of a specific type. More...
#include <event.h>
A callable that can handle events of a specific type.
Event handlers receive events by const reference and return void. They should not throw exceptions to avoid disrupting event dispatch.
Example usage: