s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Event subsystem #11

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 7 years ago

Implement a sort of event bus which will gather all changes and other events of the system. And, in future, will be able to send events to corresponding handlers, notify client devices and save events to DB.

s-kostyuk commented 6 years ago

Postponed to the next release

s-kostyuk commented 6 years ago

Event class, EventHub and corresponding Event builders were added in the separate branch. The pull request will be opened after testing of entire Event subsystem will be completed