()
| 825 | } |
| 826 | |
| 827 | public callLoaded(): void { |
| 828 | this.callFunctionWithSuper(Flags.superOnLoadedCalled, () => this.onLoaded()); |
| 829 | } |
| 830 | |
| 831 | public callUnloaded(): void { |
| 832 | this.callFunctionWithSuper(Flags.superOnUnloadedCalled, () => this.onUnloaded()); |