Components Interactions Examples Tutorials API FAQ
Options
Menu

Class Dispatcher

Hierarchy

Index

Properties

Private _connected

_connected: any

Private _eventNameToCallbackSet

_eventNameToCallbackSet: any

Protected _eventToProcessingFunction

_eventToProcessingFunction: object

Type declaration

  • [eventName: string]: function
      • (e: Event): any
      • Parameters

        • e: Event

        Returns any

Methods

Protected _addCallbackForEvent

  • _addCallbackForEvent(eventName: string, callback: Function): void

Protected _callCallbacksForEvent

  • _callCallbacksForEvent(eventName: string, ...args: any[]): void

Private _connect

  • _connect(): any

Private _disconnect

  • _disconnect(): any

Private _hasNoCallbacks

  • _hasNoCallbacks(): any

Protected _removeCallbackForEvent

  • _removeCallbackForEvent(eventName: string, callback: Function): void

Generated using TypeDoc