Searched defs:subscribe (Results 1 - 1 of 1) sorted by relevance

/yui3/src/event-custom/js/
H A Devent-target.js11 * 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 man
[all...]

Completed in 34 milliseconds