| 106 | } |
| 107 | |
| 108 | void WindowCore::_rootViewCreated(const java::Reference &javaRef) |
| 109 | { |
| 110 | // we store only a weak referene in the registry. We do not want |
| 111 | // to keep the java-side root view object alive. |
| 112 | getRootViewRegistryForCurrentThread().add(bdn::java::WeakReference(javaRef)); |
| 113 | } |
| 114 | |
| 115 | void WindowCore::_rootViewDisposed(const java::Reference &javaRef) |
| 116 | { |
nothing calls this directly
no test coverage detected