com.sage.swt.client.widget
Interface HasFlowPanelWidgetsHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Implementing Classes:
SwtFlowPanel

public interface HasFlowPanelWidgetsHandlers
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface is a public source of FlowPanelWidgetsEvent events.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addFlowPanelWidgetsHandler(FlowPanelWidgetsHandler handler)
          Adds a FlowPanelWidgetsEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFlowPanelWidgetsHandler

com.google.gwt.event.shared.HandlerRegistration addFlowPanelWidgetsHandler(FlowPanelWidgetsHandler handler)
Adds a FlowPanelWidgetsEvent handler.

Parameters:
handler - the handler
Returns:
the handler registration


Copyright © 2011 Sage Software, Inc. All rights reserved.