PopupMenu.OnDismissListener

public interface PopupMenu.OnDismissListener


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

Summary

Public methods

abstract void

Called when the associated menu has been dismissed.

Public methods

onDismiss

Added in 1.1.0
abstract void onDismiss(PopupMenu menu)

Called when the associated menu has been dismissed.

Parameters
PopupMenu menu

the popup menu that was dismissed