org.xwiki.gwt.user.client.ui
Interface MenuListener


public interface MenuListener

Interface that must be implemented in order to be notified of menu events.

Version:
$Id: MenuListener.java 24888 2009-11-06 02:16:19Z sdumitriu $

Method Summary
 void onMenuItemSelected(MenuItem menuItem)
          Notifies that the given menu item has been selected.
 

Method Detail

onMenuItemSelected

void onMenuItemSelected(MenuItem menuItem)
Notifies that the given menu item has been selected.

Parameters:
menuItem - the menu item that has just been selected


Copyright © 2004-2010 XWiki. All Rights Reserved.