event-custom/js/subscriber.js:1
Stores the subscriber information to be used when the event fires.
contains
fn
context
Defined in
event-custom/js/subscriber.js:124
Returns true if the fn and obj match this objects properties. Used by the unsubscribe method to match the right subscriber.
true if the supplied arguments match this subscriber's signature.
notify
args
ce
Defined in
event-custom/js/subscriber.js:96
Executes the subscriber.
args
Array
Arguments array for the subscriber.
ce
CustomEvent
The custom event that sent the notification.
args
Defined in
event-custom/js/subscriber.js:34
Additional arguments to propagate to the subscriber
events
Defined in
event-custom/js/subscriber.js:43
Custom events for a given fire transaction.
fn
Defined in
event-custom/js/subscriber.js:12
The callback that will be execute when the event fires This is wrapped by Y.rbind if obj was supplied.
once
Defined in
event-custom/js/subscriber.js:50
This listener only reacts to the event once