Interface WindowClosedListener


  • public interface WindowClosedListener
    The listener of window closed
    Author:
    gianpiero.diblasi
    • Method Detail

      • windowClosed

        void windowClosed​(WindowEvent event)
        Invoked when a window has been closed
        Parameters:
        event - The event
      • $apply

        default void $apply​(WindowEvent event)
        Used to perform lambda calls
        Parameters:
        event - The event