GWT 2.0.3

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 for ErrorHandler instances.


Method Summary
 HandlerRegistration addErrorHandler(ErrorHandler handler)
          Adds a ErrorEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addErrorHandler

HandlerRegistration addErrorHandler(ErrorHandler handler)
Adds a ErrorEvent handler.

Parameters:
handler - the error handler
Returns:
HandlerRegistration used to remove this handler

GWT 2.0.3