Package com.google.gwt.event.dom.client
Interface HasErrorHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Image
A widget that implements this interface provides registration for
ErrorHandler instances.-
Method Summary
Modifier and TypeMethodDescriptionaddErrorHandler(ErrorHandler handler) Adds anErrorEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addErrorHandler
Adds anErrorEventhandler.- Parameters:
handler- the error handler- Returns:
HandlerRegistrationused to remove this handler
-