src.fairreckitlib.core.events
This package contains functionality for event dispatching/listening behaviour.
Modules:
event_args: (base) class for event arguments.
event_dispatcher: class that can dispatch events to listeners.
event_error: event ids, event args and a print switch that are error related.
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)
1"""This package contains functionality for event dispatching/listening behaviour. 2 3Modules: 4 5 event_args: (base) class for event arguments. 6 event_dispatcher: class that can dispatch events to listeners. 7 event_error: event ids, event args and a print switch that are error related. 8 9This program has been developed by students from the bachelor Computer Science at 10Utrecht University within the Software Project course. 11© Copyright Utrecht University (Department of Information and Computing Sciences) 12"""