public interface HasFacetAddedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addFacetAddedHandler(FacetAddedHandler handler)
Notification fired when a new facet is added.
|
fireEventHandlerRegistration addFacetAddedHandler(FacetAddedHandler handler)
handler - the facetAdded handlerHandlerRegistration used to remove this handler