public static interface Window.CloseListener extends Serializable
CloseListener#windowClose(CloseEvent)
will be called whenever the
user closes the window.
Since Vaadin 6.5, removing a window using #removeWindow(Window)
fires the CloseListener.
Modifier and Type | Method and Description |
---|---|
void |
windowClose(Window.CloseEvent e)
Called when the user closes a window.
|
void windowClose(Window.CloseEvent e)
Window.CloseEvent.getWindow()
to get a reference to the
Window
that was closed.e
- Event containingCopyright © 2022 Vaadin Ltd. All rights reserved.