Home
last modified time | relevance | path

Searched refs:removeObserver (Results 1 – 14 of 14) sorted by relevance

/tools/netsim/ui/dist/js/
Ddevice-list.js1 …Observer(this)}disconnectedCallback(){super.disconnectedCallback(),a.removeObserver(this)}onNotify…
Dpyramid-sprite.js1 …emoveEventListener("orientationEvent",this.handleOrientationEvent),a.removeObserver(this),super.di…
Dcube-sprite.js1 …emoveEventListener("orientationEvent",this.handleOrientationEvent),d.removeObserver(this),super.di…
Dpacket-info.js1 …onnectedCallback(),r.registerObserver(this)}disconnectedCallback(){r.removeObserver(this),super.di…
Ddevice-map.js1 …,window.removeEventListener("map-button-clicked",this.onChangeMap),a.removeObserver(this),super.di…
Ddevice-observer.js1 …erObserver(e){this.observers.push(e),e.onNotify(this.simulationInfo)}removeObserver(e){const i=thi…
Ddevice-info.js15 …onnectedCallback(),n.registerObserver(this)}disconnectedCallback(){n.removeObserver(this),super.di…
/tools/netsim/ui/ts/
Ddevice-list.ts19 simulationState.removeObserver(this);
Dcube-sprite.ts63 simulationState.removeObserver(this);
Dpyramid-sprite.ts63 simulationState.removeObserver(this);
Ddevice-observer.ts131 removeObserver(elem: Notifiable): void; method
251 removeObserver(elem: Notifiable) { method in SimulationState
Dpacket-info.ts154 simulationState.removeObserver(this);
Ddevice-map.ts38 simulationState.removeObserver(this);
Ddevice-info.ts220 simulationState.removeObserver(this);