Interface DesktopApplicationContext.DisplayListener

    • Method Detail

      • hostWindowOpened

        void hostWindowOpened​(Display display)
        Called when the host window for secondary display has been opened.
        Parameters:
        display - The new secondary display.
      • hostWindowClosed

        void hostWindowClosed​(Display display)
        Called when the host window for secondary display has been closed.
        Parameters:
        display - The secondary display.