Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventListener

Defines the necessary methods that all event listeners should implement. This class is not injectable, all needed objects should be passed using the event.

Hierarchy

  • EventListener

Index

Constructors

Methods

Constructors

constructor

Methods

Abstract handle

  • handle(event: Event): any
  • Called when the event that this listener is listening to is dispatched.

    Parameters

    • event: Event

      dispatched event

    Returns any

Generated using TypeDoc