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

    Event handler for popup visibility change events.

    Author:

    Vaadin Ltd

    • Method Detail

      • onVisibilityChange

        void onVisibilityChange​(VisibilityChangeEvent event)

        Handle popup visibility change.

        Parameters:

        event - the visibility change event