Event bus that holds the responsibility to reroute events to the subscribers of those particular event. More...
Public Member Functions | |
| template<typename UEvent > | |
| void | create_listener () |
| template<typename UEvent , typename UObject , typename UCallback > | |
| void | subscribe (UObject *p_instance, const UCallback &p_callback) |
| template<typename UEvent > | |
| void | publish (UEvent &p_event) |
Event bus that holds the responsibility to reroute events to the subscribers of those particular event.