![]() |
Max OS 0.3
|
Defines classes for handling events and event managers. More...
Go to the source code of this file.
Classes | |
| class | MaxOS::common::Event< EventType > |
| Used to store information about an event, has a type and a return value. More... | |
| class | MaxOS::common::EventHandler< EventType > |
| Used to handle an event. More... | |
| class | MaxOS::common::EventManager< EventType > |
| Manages the m_handlers for a type of event, raises events and calls the m_handlers. More... | |
Defines classes for handling events and event managers.
Event doesnt need to be a class should be a struct
With moving to micro kernel this should be moved to a external lib as not needed
Definition in file eventHandler.h.