Class ChordEvent<TSource>

The ChordEvent class extends ShimiEvent, providing an object which can be subscribed to.

It distributes events which point back to the source object that fired the event, and a ChordEventData object that contains the event information.

Type Parameters

  • TSource

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get handlers(): ShimiHandler<TData, TSource>[]
  • A collection of handlers which get called in order when the event is triggered.

    Returns ShimiHandler<TData, TSource>[]

Methods

  • Runs the collection of handlers that have been added to the event.

    Parameters

    Returns void

Generated using TypeDoc