Interface PopupMenu.OnDismissListener

Enclosing class:
PopupMenu
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 PopupMenu.OnDismissListener
Callback interface used to notify the application that the menu has closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the associated menu has been dismissed.
  • Method Details

    • onDismiss

      void onDismiss(PopupMenu menu)
      Called when the associated menu has been dismissed.
      Parameters:
      menu - the popup menu that was dismissed