Interface InternalWindow.CloseListener

Enclosing class:
InternalWindow

public static interface InternalWindow.CloseListener
Listener interface for window close events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the window is closed.
  • Method Details

    • windowClosed

      void windowClosed(InternalWindow window)
      Called when the window is closed.
      Parameters:
      window - the closed window