Interface PopupWindow.OnDismissListener

All Known Implementing Classes:
CascadingMenuPopup, StandardMenuPopup
Enclosing class:
PopupWindow
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PopupWindow.OnDismissListener
Listener that is called when this popup window is dismissed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when this popup window is dismissed.
  • Method Details

    • onDismiss

      void onDismiss()
      Called when this popup window is dismissed.