Interface FileSystemWatcherServiceClient

interface FileSystemWatcherServiceClient {
    onDidFilesChanged(event): void;
    onError(event): void;
}

Implemented by

Methods