SubMenuCloseHandler.java :  » GWT » gwtoolbox » org » gwtoolbox » widget » client » menu » Java Open Source

Java Open Source » GWT » gwtoolbox 
gwtoolbox » org » gwtoolbox » widget » client » menu » SubMenuCloseHandler.java
package org.gwtoolbox.widget.client.menu;

import com.google.gwt.event.shared.EventHandler;

/**
 * @author Uri Boness
 */
public interface SubMenuCloseHandler extends EventHandler {

    void onSubMenuClose(SubMenuCloseEvent event);

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.