|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.levelonelabs.aimbot.BotModule com.levelonelabs.aimbot.modules.MessengerModule
A class to handle on-offline messaging
Field Summary |
Fields inherited from class com.levelonelabs.aimbot.BotModule |
bot |
Constructor Summary | |
MessengerModule(AIMBot bot)
Constructor for the MessengerModule object |
Method Summary | |
void |
addMessage(AIMBuddy to,
AIMBuddy from,
java.lang.String message)
Called when someone leaves a message for someone else to add the message. |
java.lang.String |
getName()
Gets the name attribute of the MessengerModule object |
java.util.ArrayList |
getServices()
Gets the services attribute of the MessengerModule object |
java.lang.String |
help()
Describes the usage of the module |
void |
performService(AIMBuddy buddy,
java.lang.String query)
Handle a messaging query |
boolean |
retrieveMessages(AIMBuddy buddy)
Grabs and sends any stored messages for a buddy when they sign on |
Methods inherited from class com.levelonelabs.aimbot.BotModule |
addAIMListener, addBuddies, addBuddy, denyBuddy, getBuddy, getBuddyNames, getPermitMode, permitBuddy, removeBuddies, removeBuddy, sendMessage, sendWarning, setAvailable, setPermitMode, setUnavailable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessengerModule(AIMBot bot)
bot
- Method Detail |
public java.lang.String getName()
getName
in class BotModule
public java.util.ArrayList getServices()
getServices
in class BotModule
public java.lang.String help()
help
in class BotModule
public void addMessage(AIMBuddy to, AIMBuddy from, java.lang.String message)
to
- target buddyfrom
- sending buddymessage
- message sentpublic boolean retrieveMessages(AIMBuddy buddy)
buddy
-
public void performService(AIMBuddy buddy, java.lang.String query)
performService
in class BotModule
buddy
- query
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |