Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event

Defines the methods that all events share. This class is not injectable

Hierarchy

  • Event

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _listeners

_listeners: EventListener[] = ...

Methods

addListeners

  • Adds an array of listeners to the event.

    Parameters

    Returns void

dispatch

  • dispatch(): void

Generated using TypeDoc