Uses of Interface
com.vaadin.ui.Window.CloseListener
-
Packages that use Window.CloseListener Package Description com.vaadin.ui -
-
Uses of Window.CloseListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Window.CloseListener Modifier and Type Method Description RegistrationWindow. addCloseListener(Window.CloseListener listener)Adds a CloseListener to the window.voidWindow. removeCloseListener(Window.CloseListener listener)Deprecated.
-