Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Event<T>

Function which represents a specific event which you can subscribe to.

Type parameters

  • T

Hierarchy

  • Event

Callable

  • Function which represents a specific event which you can subscribe to.

    Parameters

    • listener: (e: T) => any
        • (e: T): any
        • Parameters

          • e: T

          Returns any

    Returns Disposable

Generated using TypeDoc