Package javascript.awt.event
Interface WindowClosedListener
-
public interface WindowClosedListenerThe listener of window closed- Author:
- gianpiero.diblasi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void$apply(WindowEvent event)Used to perform lambda callsvoidwindowClosed(WindowEvent event)Invoked when a window has been closed
-
-
-
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
-
-