public interface HasFacetRemovedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFacetRemovedHandler(FacetRemovedHandler handler)
Notification fired when a facet is removed.
|
fireEvent
HandlerRegistration addFacetRemovedHandler(FacetRemovedHandler handler)
handler
- the facetRemoved handlerHandlerRegistration
used to remove this handler