Package icyllis.modernui.view.menu
Interface MenuPresenter.Callback
- Enclosing interface:
MenuPresenter
public static interface MenuPresenter.Callback
Called by menu implementation to notify another component of open/close events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCloseMenu
(MenuBuilder menu, boolean allMenusAreClosing) Called when a menu is closing.boolean
onOpenSubMenu
(MenuBuilder subMenu) Called when a submenu opens.
-
Method Details