Schnittstelle DownloadCallback


public interface DownloadCallback
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    error(Exception exceptionIO)
     
    void
    progress(double percentIO)
     
    void
     
  • Methodendetails

    • error

      void error(Exception exceptionIO)
    • success

      void success()
    • progress

      void progress(double percentIO)