Interface TopLevelWindowListener

    • Method Detail

      • topLevelWindowCreated

        void topLevelWindowCreated​(Window w)
        Invoked when a new top level window has been created.
        Parameters:
        w - the Window that was created
      • topLevelWindowDestroyed

        void topLevelWindowDestroyed​(Window w)
        Invoked when a top level window has been destroyed.
        Parameters:
        w - the Window that was destroyed