Interface FileSystemWatcherClient

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

Methods