public abstract class FileDownloadConnectListener extends IDownloadListener
| Constructor and Description |
|---|
FileDownloadConnectListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
callback(IDownloadEvent event) |
abstract void |
connected()
connected file download service
|
abstract void |
disconnected()
disconnected file download service
|
DownloadServiceConnectChangedEvent.ConnectStatus |
getConnectStatus() |
public boolean callback(IDownloadEvent event)
callback in class IDownloadListenerpublic abstract void connected()
public abstract void disconnected()
public DownloadServiceConnectChangedEvent.ConnectStatus getConnectStatus()