|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BotException | |
---|---|
org.ag.sheriffbot | |
org.elite.jdcbot.examples | |
org.elite.jdcbot.framework |
Uses of BotException in org.ag.sheriffbot |
---|
Methods in org.ag.sheriffbot with parameters of type BotException | |
---|---|
protected void |
SheriffBot.onDownloadComplete(User user,
DUEntity due,
boolean sucess,
BotException e)
|
Uses of BotException in org.elite.jdcbot.examples |
---|
Methods in org.elite.jdcbot.examples with parameters of type BotException | |
---|---|
protected void |
DownloadBot.onDownloadComplete(User user,
DUEntity due,
boolean success,
BotException e)
|
Uses of BotException in org.elite.jdcbot.framework |
---|
Methods in org.elite.jdcbot.framework with parameters of type BotException | |
---|---|
(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)
|
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. |
Methods in org.elite.jdcbot.framework that throw BotException | |
---|---|
void |
User.download(DUEntity de)
This is the function users of the framework are expected to use to download files. |
protected void |
DownloadManager.download(DUEntity de,
User u)
|
protected void |
DownloadManager.download(java.lang.String user,
java.net.Socket socket,
int N,
java.lang.String key)
|
void |
User.downloadFileList(java.io.OutputStream os,
int settings)
This is the function users of the framework are expected to use to download file list. |
protected void |
UploadManager.upload(java.lang.String user,
java.net.Socket socket,
int N,
java.lang.String key)
Uploads to active user user. |
protected void |
UploadManager.uploadPassive(java.lang.String user)
Uploads to passive user user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |