Package com.vaadin.ui
Interface PopupView.PopupVisibilityListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- PopupView
public static interface PopupView.PopupVisibilityListener extends Serializable
Defines a listener that can receive a PopupVisibilityEvent when the visibility of the popup changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopupVisibilityChange(PopupView.PopupVisibilityEvent event)Pass toPopupView#PopupVisibilityEventto start listening for popup visibility changes.
-
-
-
Method Detail
-
popupVisibilityChange
void popupVisibilityChange(PopupView.PopupVisibilityEvent event)
Pass toPopupView#PopupVisibilityEventto start listening for popup visibility changes.- Parameters:
event- the event
-
-