Searched refs:mainWindowCloseListener (Results 1 – 1 of 1) sorted by relevance
3125 auto mainWindowCloseListener = GetListeners<IMainWindowCloseListener>(); in NotifyMainWindowClose() local3126 if (mainWindowCloseListener != nullptr) { in NotifyMainWindowClose()3127 mainWindowCloseListener->OnMainWindowClose(terminateCloseProcess); in NotifyMainWindowClose()