|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.levelonelabs.aimbot.BotModule
com.levelonelabs.aimbot.modules.HeadlinesModule
Handles requests to get headlines
| Field Summary |
| Fields inherited from class com.levelonelabs.aimbot.BotModule |
bot |
| Constructor Summary | |
HeadlinesModule(AIMBot bot)
Constructor for HeadlinesModule. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the canonical name of the BotModule |
java.util.ArrayList |
getServices()
Must implement this to return a list of Strings that represent the keywords the module wants to be called for |
java.lang.String |
help()
A String to be presented to a client that descibes the services (keywords) this module provides. |
void |
performService(AIMBuddy buddy,
java.lang.String query)
This will be called when the AIMBot gets a string starting with a keyword that this module advertised as a service. |
| 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 HeadlinesModule(AIMBot bot)
bot - | Method Detail |
public java.lang.String getName()
BotModule
getName in class BotModuleBotModule.getName()public java.util.ArrayList getServices()
BotModule
getServices in class BotModuleBotModule.getServices()public java.lang.String help()
BotModule
help in class BotModuleBotModule.help()
public void performService(AIMBuddy buddy,
java.lang.String query)
BotModule
performService in class BotModulebuddy - query - BotModule.performService(AIMBuddy, String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||