added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

PopupMenu.OnDismissListener

public static interface PopupMenu.OnDismissListener

android.support.v7.widget.PopupMenu.OnDismissListener


Callback interface used to notify the application that the menu has closed.

Summary

Public methods

abstract void onDismiss(PopupMenu menu)

Called when the associated menu has been dismissed.

Public methods

onDismiss

added in version 25.1.0
void onDismiss (PopupMenu menu)

Called when the associated menu has been dismissed.

Parameters
menu PopupMenu: the popup menu that was dismissed