Interface POBNetworkHandler.POBImageNetworkListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(Bitmap response) Called when a response is received.
      abstract void onFailure(POBError error) Called when request is failed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onSuccess

         abstract void onSuccess(Bitmap response)

        Called when a response is received.

        Parameters:
        response - bitmap response
      • onFailure

         abstract void onFailure(POBError error)

        Called when request is failed

        Parameters:
        error - Error object