Package com.vaadin.client.ui.popupview
Interface VisibilityChangeHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
PopupViewConnector
public interface VisibilityChangeHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onVisibilityChange(VisibilityChangeEvent event)
-
-
-
Method Detail
-
onVisibilityChange
void onVisibilityChange(VisibilityChangeEvent event)
-
-