Lines Matching refs:EventHandle
159 return new Y.EventHandle(o[sFn], sid);
691 * @return {EventHandle} return value from the monitor event subscription.
740 * @return {EventHandle}
767 return new Y.EventHandle(this, s);
775 * @return {EventHandle} Unsubscribe handle.
791 * @return {EventHandle} An object with a detach method to detch the handler(s).
812 * @return {EventHandle} handle Unsubscribe handle.
1215 * @class EventHandle
1220 Y.EventHandle = function(evt, sub) {
1239 Y.EventHandle.prototype = {
1257 // Y.log('EventHandle.detach: ' + this.sub, 'info', 'Event');
1278 * @return {EventHandle} return value from the monitor event subscription.
1420 * @return {EventHandle} A subscription handle capable of detaching the
1442 * @return {EventHandle} A subscription handle capable of detaching that
1501 * @return {EventHandle} A subscription handle capable of detaching that
1552 return (this._yuievt.chain) ? this : new Y.EventHandle(ret);
2024 * @return {EventHandle} A subscription handle capable of detaching the
2140 @return {EventHandle} A subscription handle capable of detaching the
2159 @return {EventHandle} A subscription handle capable of detaching the
2182 @return {EventHandle} A subscription handle capable of detaching the
2208 @return {EventHandle} A subscription handle capable of detaching the