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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid

public interface HasFacetRemovedHandlers
extends HasHandlers


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

Method Detail

addFacetRemovedHandler

HandlerRegistration addFacetRemovedHandler(FacetRemovedHandler handler)
Notification fired when a facet is removed.

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