Lines Matching defs:subscribe
11 * publish, subscribe and fire to custom events, and also
17 * subscribe to an event that either has not been created yet, or will
204 * To subscribe to multiple events at once, pass an object as the first
206 * or pass an array of event names as the first argument to subscribe to
336 * subscribe to an event
337 * @method subscribe
340 subscribe: function() {
341 Y.log('EventTarget subscribe() is deprecated, use on()', 'warn', 'deprecated');
354 * @param context {Object} The custom object passed to subscribe. This is
357 * (e.g., you subscribe many object using a function
733 * via the subscribe method, and after the default function,
826 To subscribe to DOM events, pass the name of a DOM event as the first argument
846 To subscribe to the execution of an object method, pass arguments corresponding to the call signature for