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) 510 B
import { SocketIoClient } from '../client/socket-io.client'; import { Logger } from '../../logging/logger'; import { GoalWarehouse } from '../../warehouse/goals/goal.warehouse'; export declare class SocketGoalWatcher { private socketIoClient; private goalWarehouse; private logger; constructor(socketIoClient: SocketIoClient, goalWarehouse: GoalWarehouse, logger: Logger); watch(): void; private watchRefreshEvents(); private watchRemoveEvents(); private watchUpsertEvents(); }