Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventDispatcher<T>

Type Parameters

  • T

Hierarchy

  • EventDispatcher

Index

Constructors

Methods

  • emit(event: T): void
  • once(opts?: OnOptions): Promise<T>
  • onceWhen(predicate: Predicate<T>, opts?: OnOptions): Promise<T>