Interface ErrorHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
ListenerWrapper.WrappedLoadListener

public interface ErrorHandler extends EventHandler
Handler interface for ErrorEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when ErrorEvent is fired.
  • Method Details

    • onError

      void onError(ErrorEvent event)
      Called when ErrorEvent is fired.
      Parameters:
      event - the ErrorEvent that was fired