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