Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
IDispatcher
Interface IDispatcher
Index
Methods
addEventListener
removeEventListener
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
Globals