meisterhau-ll
Preparing search index...
Components/utils/events
Delegate
Class Delegate<A>
Type Parameters
A
extends
any
[]
=
[
]
Index
Constructors
constructor
Methods
bind
call
unbind
Constructors
constructor
new
Delegate
<
A
extends
any
[]
=
[
]
>
()
:
Delegate
<
A
>
Type Parameters
A
extends
any
[]
=
[
]
Returns
Delegate
<
A
>
Methods
bind
bind
(
listener
:
(
...
args
:
A
)
=>
void
)
:
void
Parameters
listener
:
(
...
args
:
A
)
=>
void
Returns
void
call
call
(
...
args
:
A
)
:
void
Parameters
...
args
:
A
Returns
void
unbind
unbind
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
bind
call
unbind
meisterhau-ll
Loading...