Interface HasFacetAddedHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- CubeGrid
- 
Method SummaryModifier and TypeMethodDescriptionaddFacetAddedHandler(FacetAddedHandler handler) Notification fired when a new facet is added.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addFacetAddedHandlerNotification fired when a new facet is added.- Parameters:
- handler- the facetAdded handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-