/** * Namespace for global events that are shared so that * anyone can listen and not interfere with other listeners. * @namespace jibo.globalEvents.shared */ /** * Received only a `hey jibo` * @name jibo.globalEvents.shared#hjOnly * @type {TypedEvent} */ /** * Parsed against global grammar and no result. * @name jibo.globalEvents.shared#noGlobalMatch * @type {TypedEvent} */ /** * A non-interrupting global command (like volume setting) was heard and handled. This should * be emitted by global handlers after something like changing the volume, or answering "No" to * a question of "Are you sure you want to quit" * @name jibo.globalEvents.shared#nonInterruptingGlobal * @type {TypedEvent} */ /** * Received whenever the touch manger registers a screen gesture * @name jibo.globalEvents.shared#screenGesture * @type {TypedEvent} */ /** * @private */