Uses of Interface
com.google.gwt.event.dom.client.ErrorHandler
-
Packages that use ErrorHandler Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ErrorHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type ErrorHandler Modifier and Type Method Description DomEvent.Type<ErrorHandler>
ErrorEvent. getAssociatedType()
static DomEvent.Type<ErrorHandler>
ErrorEvent. getType()
Gets the event type associated with error events.Methods in com.google.gwt.event.dom.client with parameters of type ErrorHandler Modifier and Type Method Description HandlerRegistration
HasErrorHandlers. addErrorHandler(ErrorHandler handler)
Adds anErrorEvent
handler.protected void
ErrorEvent. dispatch(ErrorHandler handler)
-
Uses of ErrorHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement ErrorHandler Modifier and Type Class Description static class
ListenerWrapper.WrappedLoadListener
Deprecated.Wrapper for aLoadListener
.Methods in com.google.gwt.user.client.ui with parameters of type ErrorHandler Modifier and Type Method Description HandlerRegistration
Image. addErrorHandler(ErrorHandler handler)
-