Interface ImageController.ImageListCallback

Enclosing class:
ImageController

public static interface ImageController.ImageListCallback
Callback interface for retrieving a list of images.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains an array of ImageData objects
  • Method Details

    • onImagesFetched

      void onImagesFetched(ArrayList<ImageData> images)
      Callback which contains an array of ImageData objects
      Parameters:
      images - List of images
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error