Class ErrorListener

java.lang.Object
com.brightcove.player.edge.ErrorListener
Direct Known Subclasses:
PlaylistListener, VideoListener

public abstract class ErrorListener extends Object
ErrorListener identifies objects that might receive an error from an asynchronous operation.
  • Constructor Details

    • ErrorListener

      public ErrorListener()
  • Method Details

    • onError

      @Deprecated public void onError(@NonNull String error)
      Deprecated.
      Please use onError(List)
    • onError

      public void onError(@NonNull List<CatalogError> errors)
      This method must be implemented to handle any error that occurs during an asynchronous operation.
      Parameters:
      errors - the list of Catalog errors