Interface HasFacetRemovedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CubeGrid
-
Method Summary
Modifier and TypeMethodDescriptionNotification fired when a facet is removed.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addFacetRemovedHandler
Notification fired when a facet is removed.- Parameters:
handler
- the facetRemoved handler- Returns:
HandlerRegistration
used to remove this handler
-