public void onQuickMenuShown(QuickMenuInfo info) { logger.finest("QuickMenu shown: menuName=" + info.getMenuId().getMenuName()); waitState.onQuickMenuShown(info); }
/** * Get the name of the menu (as represented in e.g. standard_menu.ini) * * @return the name of the menu */ public String getName() { return info.getMenuId().getMenuName(); }