Subscriber
(
fn
,
context
,
args*
)
- Parameters:
-
fn <Function>
The wrapped function to execute. -
context <Object>
The value of the keyword 'this' in the listener. -
args* <Array>
0..n additional arguments to supply the listener.