Chapter 16. Events - notifications from the microcontainer and services

Table of Contents

Event - event abstraction
EventEmitter - producting events
EventListener - consuming events
EventFilter - filtering events
EventManager - named listening

The event subsystem allows services to produce and consume events.

Event - event abstraction

The Event class is intended to abstract the different event mechanisms used by different software.