Package com.biglybt.pif.ui.menus
Interface MenuItemFillListener
-
public interface MenuItemFillListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
menuWillBeShown(MenuItem menu, java.lang.Object data)
This is fired before a menu is shown
-
-
-
Method Detail
-
menuWillBeShown
void menuWillBeShown(MenuItem menu, java.lang.Object data)
This is fired before a menu is shown- Parameters:
data
- For table context menu items this will be TableRow[] of selected rows
ForMenuManager.MENU_DOWNLOAD_CONTEXT
this will be an array ofDownload
-
-