Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventListener

Describes a method that is used as an event listener call, optionally receiving the event data as the parameter.

author

Kristaps Peļņa

Hierarchy

  • EventListener

Callable

  • __call(event?: Event): void
  • Describes a method that is used as an event listener call, optionally receiving the event data as the parameter.

    Parameters

    • Optional event: Event

      Optional parameter for receiving Event data passed by the event dispatch.

    Returns void