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

/yui3/src/event/js/
H A Dsynthetic.js19 * <p>Implementers should not instantiate these directly. Use the Notifier
23 * @class SyntheticEvent.Notifier
33 function Notifier(handle, emitFacade) { class
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} th
[all...]

Completed in 18 milliseconds