Searched refs:CommandInterceptor (Results 1 – 1 of 1) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 26537 function CommandInterceptor(eventBus) { class 26541 CommandInterceptor.$inject = [ 'eventBus' ]; 26560 CommandInterceptor.prototype.on = function(events, hook, priority, handlerFn, unwrap, that) { 26634 CommandInterceptor.prototype[hook] = function(events, priority, handlerFn, unwrap, that) { 26659 CommandInterceptor.call(this, eventBus); 26748 inherits$1(AutoResize, CommandInterceptor); 26956 CommandInterceptor.call(this, eventBus); 26963 inherits$1(RuleProvider, CommandInterceptor); 37585 CommandInterceptor.call(this, eventBus); 37617 inherits$1(ResizeBehavior$1, CommandInterceptor); [all …]
|