The Process of Event Monitoring


Although event broker messages come in enough flavors to allow a task to carry out a variety of I/O operations through the event broker, the event broker's main function is to monitor events in user-interface devices and report the events to listening tasks. From a listener task's point of view, the process of event monitoring has the following steps:

  1. Connecting to the event broker


  2. Monitoring events through the event broker


  3. Changing configuration (if desired) or disconnecting from the event broker


Each of these steps use event broker data structures and message flavors.