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