()
| 38 | } |
| 39 | |
| 40 | connect() { |
| 41 | this.bindingObserver.start() |
| 42 | this.valueObserver.start() |
| 43 | this.targetObserver.start() |
| 44 | this.outletObserver.start() |
| 45 | |
| 46 | try { |
| 47 | this.controller.connect() |
| 48 | this.logDebugActivity("connect") |
| 49 | } catch (error: any) { |
| 50 | this.handleError(error, "connecting controller") |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | refresh() { |
| 55 | this.outletObserver.refresh() |
no test coverage detected