Lines Matching defs:Notifier
19 * <p>Implementers should not instantiate these directly. Use the Notifier
23 * @class SyntheticEvent.Notifier
33 function Notifier(handle, emitFacade) {
62 Notifier.prototype.fire = function (e) {
132 * Adds a subscription from the Notifier registry.
144 * Removes the subscription from the Notifier registry.
212 Notifier: Notifier,
355 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(..) to
370 * @param notifier {SyntheticEvent.Notifier} the Notifier used to
395 * @param notifier {SyntheticEvent.Notifier} call notifier.fire(..) to
416 * @param notifier {SyntheticEvent.Notifier} the Notifier used to
487 * Creates a new Notifier object for use by this event's
510 notifier = new Notifier(handle, this.emitFacade),
698 * <code>notifier.fire(e)</code>. See Notifier's <code>fire()</code>
728 * the underlying CustomEvent. See Notifier's <code>fire</code> method