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
Methods
abstract void onError(ErrorEvent event) #
Called when ErrorEvent is fired.
@param event the {@link ErrorEvent} that was fired