# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Interfaces
Interface definition for events that are emitted using an EventEmitter Currently, the only requirement is that events are self-describing so that event emitter and listeners can infer an event's name.
EventEmitter describes an interface for a class that emits events.
EventListener describes an interface for a class that can listen to events.
No description provided by the author