Package icyllis.modernui.widget
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.
Listener that is called when this popup window is dismissed.
-
Method Summary
-
Method Details
-
onDismiss
void onDismiss()Called when this popup window is dismissed.
-