|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Window.CloseListener | |
|---|---|
| com.vaadin.ui | |
| Uses of Window.CloseListener in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui with parameters of type Window.CloseListener | |
|---|---|
void |
Window.addCloseListener(Window.CloseListener listener)
Adds a CloseListener to the window. |
void |
Window.addListener(Window.CloseListener listener)
Deprecated. Since 7.0, replaced by Window.addCloseListener(CloseListener) |
void |
Window.removeCloseListener(Window.CloseListener listener)
Removes the CloseListener from the window. |
void |
Window.removeListener(Window.CloseListener listener)
Deprecated. Since 7.0, replaced by Window.removeCloseListener(CloseListener) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||