Interface HasFacetMovedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CubeGrid
-
Method Summary
Modifier and TypeMethodDescriptionaddFacetMovedHandler
(FacetMovedHandler handler) Notification fired when a facet is moved.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addFacetMovedHandler
Notification fired when a facet is moved.- Parameters:
handler
- the facetMoved handler- Returns:
HandlerRegistration
used to remove this handler
-