Class DownloadEvent
-
- All Implemented Interfaces:
public class DownloadEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interfaceDownloadEvent.Event
-
Field Summary
Fields Modifier and Type Field Description public final static intSUCCESSpublic final static intPROGRESSpublic final static intERRORpublic final static intCANCELpublic final static intPAUSEpublic final static intSTARTpublic inteventpublic Messagemessagepublic NCErrorcodepublic intprogress
-
Constructor Summary
Constructors Constructor Description DownloadEvent(int event, Message message)DownloadEvent(int event, Message message, int progress)DownloadEvent(int event, Message message, NCError code)DownloadEvent(int event, Message message, int progress, NCError code)
-
Method Summary
Modifier and Type Method Description intgetEvent()MessagegetMessage()NCErrorgetCode()intgetProgress()-
-
Method Detail
-
getEvent
int getEvent()
-
getMessage
Message getMessage()
-
getCode
NCError getCode()
-
getProgress
int getProgress()
-
-
-
-