Lines Matching refs:SyntheticEvent
25 * @class SyntheticEvent.Notifier
203 * @class SyntheticEvent
209 function SyntheticEvent() {
213 Y.mix(SyntheticEvent, {
252 * created to manage SyntheticEvent subscriptions.
277 constructor: SyntheticEvent,
357 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(..) to
372 * @param notifier {SyntheticEvent.Notifier} the Notifier used to
397 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(..) to
418 * @param notifier {SyntheticEvent.Notifier} the Notifier used to
513 registry = SyntheticEvent.getRegistry(node, this.type, true),
530 _delete : SyntheticEvent._deleteSub
567 * mechanism. See <code>SyntheticEvent._deleteSub</code>.
618 var registry = SyntheticEvent.getRegistry(node, this.type),
670 Y.SyntheticEvent = SyntheticEvent;
686 * SyntheticEvent, you should avoid method names used by SyntheticEvent unless
774 * @return {SyntheticEvent} the subclass implementation instance created to
794 SyntheticEvent.apply(this, arguments);
796 Y.extend(Impl, SyntheticEvent, eventDef);