Interface HasFacetValueSelectionChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CubeGrid
- 
Method Summary
Modifier and TypeMethodDescriptionHandler/Notification function for facetValue selection change (no default implementation).Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFacetValueSelectionChangedHandler
Handler/Notification function for facetValue selection change (no default implementation).- Parameters:
 handler- the facetValueSelectionChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -