Interface ImageDB.ImageMutationCallback

Enclosing class:
ImageDB

public static interface ImageDB.ImageMutationCallback
Callback interface for image write and delete operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the mutation operation fails.
    void
    Called when the mutation operation completes successfully.
  • Method Details

    • onSuccess

      void onSuccess()
      Called when the mutation operation completes successfully.
    • onFailure

      void onFailure(Exception e)
      Called when the mutation operation fails.
      Parameters:
      e - the exception describing the failure