public interface

HasErrorHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasErrorHandlers
Known Indirect Subclasses

Class Overview

A widget that implements this interface provides registration for ErrorHandler instances.

Summary

Public Methods
abstract HandlerRegistration addErrorHandler(ErrorHandler handler)
Adds an ErrorEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addErrorHandler (ErrorHandler handler)

Adds an ErrorEvent handler.

Parameters
handler the error handler
Returns