Package com.google.gwt.event.dom.client
Interface ErrorHandler
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedLoadListener
public interface ErrorHandler extends EventHandler
Handler interface forErrorEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(ErrorEvent event)
Called when ErrorEvent is fired.
-
-
-
Method Detail
-
onError
void onError(ErrorEvent event)
Called when ErrorEvent is fired.- Parameters:
event
- theErrorEvent
that was fired
-
-