Package icyllis.modernui.widget
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.
Callback interface used to notify the application that the menu has closed.
-
Method Summary
-
Method Details
-
onDismiss
Called when the associated menu has been dismissed.- Parameters:
menu
- the popup menu that was dismissed
-