Class: EventHandler (of Set)

The EventHandler class is an extension of the Set class. Is used as a multi event handler.

Properties

  • elements
  • size

Methods

  • bool handleEvent(heapPtr pEvent)

    For each element in the list, it calls handleEvent with pEvent as the event object. It then returns whether or not the pEvent has been claimed.