How to use the strongly-typed-events.SimpleEventDispatcher function in strongly-typed-events

To help you get started, we’ve selected a few strongly-typed-events examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github oSoc17 / oasis-frontend / src / app / services / routing.service.ts View on Github external
constructor(entryPoints: [string]) {
        this.planner = new Client({'entrypoints': entryPoints});
        this._onQueryResult = new SimpleEventDispatcher();
        this._onDataUpdate = new SimpleEventDispatcher();
        this._onHttpRequest = new SimpleEventDispatcher();
        this._onHttpResponse = new SimpleEventDispatcher();
        this._onComplete = new SimpleEventDispatcher();
        this.stopcondition = false;
    }
github oSoc17 / oasis-frontend / src / app / services / routing.service.ts View on Github external
constructor(entryPoints: [string]) {
        this.planner = new Client({'entrypoints': entryPoints});
        this._onQueryResult = new SimpleEventDispatcher();
        this._onDataUpdate = new SimpleEventDispatcher();
        this._onHttpRequest = new SimpleEventDispatcher();
        this._onHttpResponse = new SimpleEventDispatcher();
        this._onComplete = new SimpleEventDispatcher();
        this.stopcondition = false;
    }
github oSoc17 / oasis-frontend / src / app / services / routing.service.ts View on Github external
constructor(entryPoints: [string]) {
        this.planner = new Client({'entrypoints': entryPoints});
        this._onQueryResult = new SimpleEventDispatcher();
        this._onDataUpdate = new SimpleEventDispatcher();
        this._onHttpRequest = new SimpleEventDispatcher();
        this._onHttpResponse = new SimpleEventDispatcher();
        this._onComplete = new SimpleEventDispatcher();
        this.stopcondition = false;
    }
github oSoc17 / oasis-frontend / src / app / services / routing.service.ts View on Github external
constructor(entryPoints: [string]) {
        this.planner = new Client({'entrypoints': entryPoints});
        this._onQueryResult = new SimpleEventDispatcher();
        this._onDataUpdate = new SimpleEventDispatcher();
        this._onHttpRequest = new SimpleEventDispatcher();
        this._onHttpResponse = new SimpleEventDispatcher();
        this._onComplete = new SimpleEventDispatcher();
        this.stopcondition = false;
    }
github oSoc17 / oasis-frontend / src / app / services / routing.service.ts View on Github external
constructor(entryPoints: [string]) {
        this.planner = new Client({'entrypoints': entryPoints});
        this._onQueryResult = new SimpleEventDispatcher();
        this._onDataUpdate = new SimpleEventDispatcher();
        this._onHttpRequest = new SimpleEventDispatcher();
        this._onHttpResponse = new SimpleEventDispatcher();
        this._onComplete = new SimpleEventDispatcher();
        this.stopcondition = false;
    }

strongly-typed-events

Add the power of events to your (TypeScript) projects!

MIT
Latest version published 1 year ago

Package Health Score

57 / 100
Full package analysis

Popular strongly-typed-events functions