Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a simple pub-sub event.

Type parameters

  • T

Hierarchy

  • EventEmitter

Index

Methods

addListener

  • addListener(listener: (this: undefined, arg: T) => void, isAsync?: undefined | false | true, thisArg?: undefined): IDisposable
  • addListener<TThis>(listener: (this: TThis, arg: T) => void, isAsync: boolean, thisArg: TThis): IDisposable

clearListeners

  • clearListeners(): void

raise

  • raise(arg: T): void

Generated using TypeDoc