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

All Known Implementing Classes:
MenuItem

public interface SourcesMenuEvents

Interface to register and unregister MenuListeners.

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

Method Summary
 void addMenuListener(MenuListener listener)
          Start notifying the given listener of the menu events generated by this object.
 void removeMenuListener(MenuListener listener)
          Stop notifying the given listener of the menu events generated by this object.
 

Method Detail

addMenuListener

void addMenuListener(MenuListener listener)
Start notifying the given listener of the menu events generated by this object.

Parameters:
listener - the listener to be added to the list of menu listeners that are notified by this object

removeMenuListener

void removeMenuListener(MenuListener listener)
Stop notifying the given listener of the menu events generated by this object.

Parameters:
listener - the listener to be removed from the list of menu listeners that are notified by this object


Copyright © 2004-2011 XWiki. All Rights Reserved.