예제 #1
0
 public void onQuickMenuShown(QuickMenuInfo info) {
   logger.finest("QuickMenu shown: menuName=" + info.getMenuId().getMenuName());
   waitState.onQuickMenuShown(info);
 }
예제 #2
0
 /**
  * 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();
 }