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 24900 2009-11-06 16:53:01Z 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-2009 XWiki. All Rights Reserved.