Interface HasSaveEditorHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Implementing Classes:
CollectionViewImpl
public interface HasSaveEditorHandler extends com.google.gwt.event.shared.HasHandlersA widget that implements this interface provides registration forSaveEditorEventHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationaddSaveEditorEventHandler(SaveEditorEventHandler handler)Adds aSaveEditorEventhandler.
-
-
-
Method Detail
-
addSaveEditorEventHandler
com.google.gwt.event.shared.HandlerRegistration addSaveEditorEventHandler(SaveEditorEventHandler handler)
Adds aSaveEditorEventhandler.- Parameters:
handler- the handler- Returns:
HandlerRegistrationused to remove this handler
-
-