GL Studio Safety Critical Embedded C++ Runtime Library
|
#include <gls_event.h>
Public Member Functions | |
GlsEventDispatcher (void) | |
virtual GlsBool | DispatchEvent (GlsEvent &event)=0 |
Protected Member Functions | |
virtual | ~GlsEventDispatcher () |
abstract base class for dispatching events
GlsEventDispatcher::GlsEventDispatcher | ( | void | ) |
Constructor - construct an instance
|
protectedvirtual |
Destructor - shall never be called
Dispatch the given event (pure virtual)
event | event in question |