Interface ListenerErrorHandler


public interface ListenerErrorHandler
A simple interface that allows listener structures to use different error handling
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the given error
  • Method Details

    • handleError

      void handleError(Object listener, Throwable t)
      Handles the given error
      Parameters:
      listener - the listener that generated the error
      t - the error