Package com.google.gwt.event.dom.client
Interface HasErrorHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Image
public interface HasErrorHandlers extends HasHandlers
A widget that implements this interface provides registration forErrorHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddErrorHandler(ErrorHandler handler)Adds anErrorEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addErrorHandler
HandlerRegistration addErrorHandler(ErrorHandler handler)
Adds anErrorEventhandler.- Parameters:
handler- the error handler- Returns:
HandlerRegistrationused to remove this handler
-
-