com.vaadin.ui
Interface PopupView.PopupVisibilityListener
- All Superinterfaces:
- java.io.Serializable
- Enclosing class:
- PopupView
public static interface PopupView.PopupVisibilityListener
- extends java.io.Serializable
Defines a listener that can receive a PopupVisibilityEvent when the
visibility of the popup changes.
popupVisibilityChange
void popupVisibilityChange(PopupView.PopupVisibilityEvent event)
- Pass to
PopupView#PopupVisibilityEvent
to start listening for
popup visibility changes.
- Parameters:
event
- the event- See Also:
PopupVisibilityEvent}
,
PopupView#addListener(PopupVisibilityListener)}
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.