Skip to content

Conversation

@Fyusel
Copy link

@Fyusel Fyusel commented Apr 23, 2020

The event system consists out of a Dispatcher class and an abstract Event class.
An Observer can register a callback function for special Events at the Dispatcher.
A Client can trigger such an Event via the Dispatcher::trigger() method and the Event
will be forwarded to all registered Observers.

Signed-off-by: Alexander Dahmen [email protected]

More informations like build instructions, design choice and possible improvements can be found in the README.md

The event system consists out of a Dispatcher class and an abstract Event class.
An Observer can register a callback function for special Events at the Dispatcher.
A Client can trigger such an Event via the `Dispatcher::trigger()` method and the Event
will be forwarded to all registered Observers.

Signed-off-by: Alexander Dahmen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant