UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

14 lines (13 loc) 681 B
import { SocketGoalWatcher } from './socket-goal.watcher'; import { SocketInstitutionWatcher } from './socket-institution.watcher'; import { SocketTransactionWatcher } from './socket-transaction.watcher'; import { SocketUserWatcher } from './socket-user.watcher'; export declare class SocketWatcher { private socketGoalWatcher; private socketInstitutionWatcher; private socketTransactionWatcher; private socketUserWatcher; private isWatching; constructor(socketGoalWatcher: SocketGoalWatcher, socketInstitutionWatcher: SocketInstitutionWatcher, socketTransactionWatcher: SocketTransactionWatcher, socketUserWatcher: SocketUserWatcher); watch(): void; }