Interface IDispatcher

Index

Methods

Methods

public addEventListener(type: string, callback: Function, scope: Object, useParam: boolean, priority: number)

Parameters

  • type: string
  • callback: Function
  • scope: Object
  • useParam: boolean
  • priority: number

public removeEventListener(type: string, callback: Function)

Parameters

  • type: string
  • callback: Function