Class Emitter<T>

A helper that allows to emit and listen to typed events

Type Parameters

  • T

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    Returns Emitter<T>

Properties

event: IEvent<T>

Methods

  • Returns void

  • Parameters

    • event: T

    Returns void