# Print output for @column tags ?>
public
static
interface
PopupMenu.OnDismissListener
| android.widget.PopupMenu.OnDismissListener |
Callback interface used to notify the application that the menu has closed.
Public methods | |
|---|---|
abstract
void
|
onDismiss(PopupMenu menu)
Called when the associated menu has been dismissed. |
public abstract void onDismiss (PopupMenu menu)
Called when the associated menu has been dismissed.
| Parameters | |
|---|---|
menu |
PopupMenu: the popup menu that was dismissed |