interface WindowStateExt {
    $onDidChangeWindowActive(active): void;
    $onDidChangeWindowFocus(focused): void;
}

Implemented by

Methods