Package 

Class ErrorListener


  • 
    public abstract class ErrorListener
    
                        

    ErrorListener identifies objects that might receive an error from an asynchronous operation.

    • Method Summary

      Modifier and Type Method Description
      void onError(@NonNull() String error)
      void onError(@NonNull() List<CatalogError> errors) This method must be implemented to handle any error that occursduring an asynchronous operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait