API Reference 0.3.24dart_web_toolkit_eventErrorHandler

ErrorHandler abstract class

Handler interface for {@link ErrorEvent} events.

abstract class ErrorHandler extends EventHandler {

 /**
  * Called when ErrorEvent is fired.
  *
  * @param event the {@link ErrorEvent} that was fired
  */
 void onError(ErrorEvent event);
}

Extends

EventHandler > ErrorHandler

Subclasses

ErrorHandlerAdapter

Methods

abstract void onError(ErrorEvent event) #

Called when ErrorEvent is fired.

@param event the {@link ErrorEvent} that was fired