public interface HasRestoreClickHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addRestoreClickHandler(RestoreClickHandler handler) Notification method fired when the user clicks the 'restore' button. |
com.google.gwt.event.shared.HandlerRegistration addRestoreClickHandler(RestoreClickHandler handler)
handler - the restoreClick handlerHandlerRegistration used to remove this handler