Stores the subscriber information to be used when the event fires.
containsfn
context
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.
notifyargs
ce
Executes the subscriber.
args
Array
Arguments array for the subscriber.
ce
CustomEvent
The custom event that sent the notification.
fnThe callback that will be execute when the event fires This is wrapped by Y.rbind if obj was supplied.
onceThis listener only reacts to the event once