Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileSystemWatcherServiceDispatcher

This component routes watch events to the right clients.

Hierarchy

  • FileSystemWatcherServiceDispatcher

Implements

Index

Constructors

constructor

Properties

Protected Readonly clients

clients: Map<number, FileSystemWatcherClient> = ...

Mapping of clientId to actual clients.

Methods

Protected iterRegisteredClients

onDidFilesChanged

onError

registerClient

unregisterClient

  • unregisterClient(clientId: number): void