Interface TopLevelWindowListener

    • 方法详细信息

      • topLevelWindowCreated

        void topLevelWindowCreated​(Window w)
        在创建新的顶级窗口时调用。
        参数
        w - 已创建的窗口
      • topLevelWindowDestroyed

        void topLevelWindowDestroyed​(Window w)
        顶层窗口被销毁时调用。
        参数
        w - 被摧毁的窗口