121122123124125126127128129130131
((WebAppCtrl)wapp).getUiEngine().desktopDestroyed(desktop); final Monitor monitor = desktop.getWebApp().getConfiguration().getMonitor(); if (monitor != null) { try { monitor.desktopDestroyed(desktop); } catch (Throwable ex) { log.error(ex); } }