(listener: ConfigUpdateFunction)
| 292 | private updateListeners: ConfigUpdateFunction[] = []; |
| 293 | |
| 294 | onConfigUpdate(listener: ConfigUpdateFunction) { |
| 295 | this.updateListeners.push(listener); |
| 296 | } |
| 297 | |
| 298 | // Methods for loading (without reloading) config |
| 299 | // Serialized for passing to GUI |
no test coverage detected