|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DUEntity | |
---|---|
org.ag.sheriffbot | |
org.elite.jdcbot.examples | |
org.elite.jdcbot.framework | |
org.elite.jdcbot.shareframework |
Uses of DUEntity in org.ag.sheriffbot |
---|
Methods in org.ag.sheriffbot with parameters of type DUEntity | |
---|---|
protected void |
SheriffBot.onDownloadComplete(User user,
DUEntity due,
boolean sucess,
BotException e)
|
Uses of DUEntity in org.elite.jdcbot.examples |
---|
Methods in org.elite.jdcbot.examples with parameters of type DUEntity | |
---|---|
protected void |
DownloadBot.onDownloadComplete(User user,
DUEntity due,
boolean success,
BotException e)
|
Uses of DUEntity in org.elite.jdcbot.framework |
---|
Fields in org.elite.jdcbot.framework with type parameters of type DUEntity | |
---|---|
private java.util.List<DUEntity> |
DownloadHandler.DownloadEntityQ
|
Methods in org.elite.jdcbot.framework that return DUEntity | |
---|---|
DUEntity |
DUEntity.getDummyCopy()
|
Methods in org.elite.jdcbot.framework with parameters of type DUEntity | |
---|---|
(package private) void |
BotEventDispatchThread.callOnDownloadComplete(User user,
DUEntity due,
boolean success,
BotException e)
|
(package private) void |
BotEventDispatchThread.callOnUploadComplete(User user,
DUEntity due,
boolean success,
BotException e)
|
(package private) void |
BotEventDispatchThread.callOnUploadStart(User user,
DUEntity due)
|
void |
User.download(DUEntity de)
This is the function users of the framework are expected to use to download files. |
void |
DownloadHandler.download(DUEntity de)
|
protected void |
DownloadManager.download(DUEntity de,
User u)
|
protected void |
jDCBot.onDownloadComplete(User user,
DUEntity due,
boolean success,
BotException e)
Called when download is complete. Note: This method is called by DownloadHandler using jDCBot-EventDispatchThread thread. |
protected void |
jDCBot.onUploadComplete(User user,
DUEntity due,
boolean success,
BotException e)
Called when upload is complete. Note: This method is called by DownloadHandler using jDCBot-EventDispatchThread thread. |
protected void |
jDCBot.onUploadStart(User user,
DUEntity due)
Called when upload is starting. Note: This method is called by DownloadHandler using jDCBot-EventDispatchThread thread. |
Constructors in org.elite.jdcbot.framework with parameters of type DUEntity | |
---|---|
DUEntity(DUEntity due)
|
Uses of DUEntity in org.elite.jdcbot.shareframework |
---|
Methods in org.elite.jdcbot.shareframework that return DUEntity | |
---|---|
DUEntity |
ShareManager.getFile(java.lang.String file,
int fileType,
long start,
long fileLen)
|
DUEntity |
ShareManager.getFileList()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |