Interface HasSaveEditorHandler

  • All Superinterfaces:
    com.google.gwt.event.shared.HasHandlers
    All Known Implementing Classes:
    CollectionViewImpl

    public interface HasSaveEditorHandler
    extends com.google.gwt.event.shared.HasHandlers
    A widget that implements this interface provides registration for SaveEditorEventHandler instances.
    • Method Detail

      • addSaveEditorEventHandler

        com.google.gwt.event.shared.HandlerRegistration addSaveEditorEventHandler​(SaveEditorEventHandler handler)
        Adds a SaveEditorEvent handler.
        Parameters:
        handler - the handler
        Returns:
        HandlerRegistration used to remove this handler