42 void * aEventDataPtr = NULL,
43 BOOL handleNow =
FALSE
static void addListener(EventListener *aListener)
Adds a window that is interested in receiving events.
EventId
Events generated by the FMI PC Application.
static std::list< EventListener * > mListeners
List of listeners that should receive event notifications.
static void removeListener(EventListener *aListener)
Remove a target window from the interested object list.
unsigned long int uint32
32-bit unsigned integer
Base class for objects that take action in response to an Event being posted.
static void post(EventId aEventId, uint32 aEventData=0, void *aEventDataPtr=NULL, BOOL handleNow=FALSE)
Posts a message to all windows that have registered to get events.