|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jDCBot | |
---|---|
org.ag.sheriffbot | |
org.elite.jdcbot.examples | |
org.elite.jdcbot.framework | |
org.elite.jdcbot.util |
Uses of jDCBot in org.ag.sheriffbot |
---|
Subclasses of jDCBot in org.ag.sheriffbot | |
---|---|
class |
SheriffBot
SheriffBot is a derived class from jDCBot apstract class overriding some methods. |
Uses of jDCBot in org.elite.jdcbot.examples |
---|
Subclasses of jDCBot in org.elite.jdcbot.examples | |
---|---|
class |
DownloadBot
Created on 31-May-08 This exmple bot will download any file from a user when that user sends the magnet URI of the file in private message to this bot. |
class |
ExampleBot
ExampleBot is simple derived class from jDCBot apstract class overriding some methods. |
Uses of jDCBot in org.elite.jdcbot.framework |
---|
Fields in org.elite.jdcbot.framework declared as jDCBot | |
---|---|
private jDCBot |
UserManager._bot
|
private jDCBot |
User._bot
|
private jDCBot |
BotEventDispatchThread._bot
|
private jDCBot |
DownloadHandler._jdcbot
|
private jDCBot |
UploadManager.jdcbot
|
private jDCBot |
UploadHandler.jdcbot
|
private jDCBot |
DownloadManager.jdcbot
|
Constructors in org.elite.jdcbot.framework with parameters of type jDCBot | |
---|---|
BotEventDispatchThread(jDCBot bot)
|
|
DownloadHandler(User user,
jDCBot jdcbot,
DownloadManager dm)
|
|
DownloadManager(jDCBot bot)
|
|
UploadHandler(User usr,
java.net.Socket socket,
jDCBot jdcbot,
UploadManager um)
|
|
UploadManager(jDCBot bot)
|
|
User(java.lang.String username,
jDCBot bot)
|
|
User(java.lang.String username,
java.lang.String desc,
java.lang.String conn,
java.lang.String mail,
java.lang.String share,
jDCBot bot)
|
|
UserManager(jDCBot bot)
|
Uses of jDCBot in org.elite.jdcbot.util |
---|
Fields in org.elite.jdcbot.util declared as jDCBot | |
---|---|
protected jDCBot |
TimerThread._bot
|
private jDCBot |
GoogleCalculation._bot
|
Constructors in org.elite.jdcbot.util with parameters of type jDCBot | |
---|---|
FloodMessageThread(jDCBot bot,
long waittime)
Constructs FloodMessageThread. |
|
GoogleCalculation(jDCBot bot,
java.lang.String calc)
|
|
TimerThread(jDCBot bot,
long wait_time,
java.lang.String ThreadName)
Constructs new thread that triggers onTimer event. |
|
TimerThread(jDCBot bot,
long wait_time,
java.lang.String ThreadName,
long startup_wait_time)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |