Nui Engine
A game engine framework
|
Base class for all event subscribers. More...
#include <Event.h>
Public Member Functions | |
virtual | ~EventSubscriber ()=default |
Virtual default destructor. | |
virtual void | OnEvent (Context *context, const T &event)=0 |
Pure virtual function for handling event callback. | |
![]() | |
virtual | ~EventSubscriberBase ()=default |
Virtual default destructor. | |
Base class for all event subscribers.
T | Type of event |
|
pure virtual |
Pure virtual function for handling event callback.
context | Pointer to the ECS Context |
event | Const reference to the type of event |
Implemented in TestSystem, TestSystem, TestSystem, TestSystem, and TestSystem.