| Constructor and Description |
|---|
FileDownloadWorker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorText() |
String |
getErrorTitle() |
File |
getFile() |
Messages |
getMessages() |
boolean |
hasFinished() |
void |
loadFile(String url,
int timeout)
Loads the module file from the data server using the provided code.
|
void |
setErrorText(String errorText) |
void |
setErrorTitle(String errorTitle) |
void |
setFile(File file) |
void |
setMessages(Messages messages) |
public void loadFile(String url, int timeout)
public boolean hasFinished()
hasFinished in interface Workerpublic File getFile()
public void setFile(File file)
public String getErrorTitle()
getErrorTitle in interface Workerpublic void setErrorTitle(String errorTitle)
public String getErrorText()
getErrorText in interface Workerpublic void setErrorText(String errorText)
public void setMessages(Messages messages)
public Messages getMessages()
Copyright © 2012. All Rights Reserved.