public interface HasFacetValueSelectionChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFacetValueSelectionChangedHandler(FacetValueSelectionChangedHandler handler)
Handler/Notification function for facetValue selection change (no default implementation).
|
fireEvent
HandlerRegistration addFacetValueSelectionChangedHandler(FacetValueSelectionChangedHandler handler)
handler
- the facetValueSelectionChanged handlerHandlerRegistration
used to remove this handler