(id: string)
| 724 | } |
| 725 | |
| 726 | public unregister(id: string): void { |
| 727 | this._selectors.delete(id); |
| 728 | if (this._selectors.size === 0 && this._listener) { |
| 729 | this._listener.dispose(); |
| 730 | this._listener = undefined; |
| 731 | } |
| 732 | } |
| 733 | |
| 734 | public dispose(): void { |
| 735 | if (this._listener) { |