Class DownloadEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public @interface DownloadEvent.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int SUCCESS
      public final static int PROGRESS
      public final static int ERROR
      public final static int CANCEL
      public final static int PAUSE
      public final static int START
      public int event
      public Message message
      public ErrorCode code
      public int progress
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadEvent(int event, Message message)
      DownloadEvent(int event, Message message, int progress)
      DownloadEvent(int event, Message message, ErrorCode code)
      DownloadEvent(int event, Message message, int progress, ErrorCode code)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getEvent()
      Message getMessage()
      ErrorCode getCode()
      int getProgress()
      • Methods inherited from class java.lang.Object

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

      • DownloadEvent

        DownloadEvent(int event, Message message)
      • DownloadEvent

        DownloadEvent(int event, Message message, int progress)
      • DownloadEvent

        DownloadEvent(int event, Message message, ErrorCode code)
      • DownloadEvent

        DownloadEvent(int event, Message message, int progress, ErrorCode code)