Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AsyncEmitter<T>

Type parameters

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

event

  • For the public to allow to subscribe to events from this Emitter

    Returns Event<T>

Methods

dispose

  • dispose(): void
  • Returns void

fire

  • fire(event: T): void
  • To be kept private to fire an event to subscribers

    Parameters

    • event: T

    Returns void

fireAsync

Generated using TypeDoc