ixfx
Preparing search index...
Flow
DispatchList
Class DispatchList<V>
Type Parameters
V
Index
Constructors
constructor
Methods
add
clear
is
Empty
notify
remove
Constructors
constructor
new
DispatchList
<
V
>
()
:
DispatchList
<
V
>
Type Parameters
V
Returns
DispatchList
<
V
>
Methods
add
add
(
handler
:
Dispatch
<
V
>
,
options
?:
{
once
?:
boolean
}
)
:
string
Adds a handler
Parameters
handler
:
Dispatch
<
V
>
options
:
{
once
?:
boolean
}
= {}
Returns
string
clear
clear
()
:
void
Returns
void
is
Empty
isEmpty
()
:
boolean
Returns
true
if list is empty
Returns
boolean
notify
notify
(
value
:
V
)
:
void
Parameters
value
:
V
Returns
void
remove
remove
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
clear
is
Empty
notify
remove
ixfx
Loading...
Adds a handler