Home
last modified time | relevance | path

Searched refs:EventBus (Results 1 – 3 of 3) sorted by relevance

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js3347 exports.WaitOnType = exports.animationStarted = exports.ProgressBar = exports.EventBus = exports.Nu…
3948 if (target instanceof EventBus) {
3963 if (target instanceof EventBus) {
3979 var EventBus =
3982 function EventBus() {
3987 _classCallCheck(this, EventBus);
3993 _createClass(EventBus, [{
4071 return EventBus;
4074 exports.EventBus = EventBus;
4081 globalEventBus = new EventBus({
H A Dviewer.js.map1EventBus} */\n eventBus: null,\n /** @type {IL10n} */\n l10n: null,\n isInitialViewSet: false,…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js6521 function EventBus() { class
6632 EventBus.prototype.off = function(events, callback) {
6652 EventBus.prototype.createEvent = function(data) {
6691 EventBus.prototype.fire = function(type, data) {
6755 EventBus.prototype.handleError = function(error) {
6760 EventBus.prototype._destroy = function() {
6833 EventBus.prototype._addListener = function(event, newListener) {
6871 EventBus.prototype._getListeners = function(name) {
6875 EventBus.prototype._setListeners = function(name, listener) {
6879 EventBus.prototype._removeListener = function(event, callback) {
[all …]