com.smartgwt.client.widgets.cube.events
Interface HasFacetMovedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid

public interface HasFacetMovedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFacetMovedHandler(FacetMovedHandler handler)
          Notification fired when a facet is moved.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFacetMovedHandler

HandlerRegistration addFacetMovedHandler(FacetMovedHandler handler)
Notification fired when a facet is moved.

Parameters:
handler - the facetMoved handler
Returns:
HandlerRegistration used to remove this handler