|
Project Wonder 5.0.0.8654 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecter.imadaptor.AbstractInstantMessenger
er.imadaptor.AimBotInstantMessenger
public class AimBotInstantMessenger
| Nested Class Summary | |
|---|---|
protected class |
AimBotInstantMessenger.AimBotListener
|
static class |
AimBotInstantMessenger.Factory
|
| Constructor Summary | |
|---|---|
AimBotInstantMessenger(String screenName,
String password)
|
|
| Method Summary | |
|---|---|
void |
addBuddy(String buddyName)
Adds a buddy to the buddy list. |
long |
buddyListLastModified()
Returns the timestamp of the last buddy list modification. |
void |
connect()
Connects to the instant messenger service. |
void |
disconnect()
Disconnects from the instant messenger service. |
String |
getAwayMessage(String buddyName)
Returns the away message for the given buddy |
String[] |
getBuddiesInGroupNamed(String groupName)
Returns the names of the buddies in the given group. |
com.levelonelabs.aim.AIMBuddy |
getBuddy(String buddyName)
|
String[] |
getGroupNames()
Returns the names of the buddy list groups. |
String |
getStatusMessage(String buddyName)
Returns the status message for the given buddy |
boolean |
isBuddyAway(String buddyName)
Returns whether or not the given buddy is away. |
boolean |
isBuddyOnline(String buddyName)
Returns whether or not the specified buddy name is online. |
boolean |
isConnected()
Returns whether or not this messenger is connected. |
void |
removeBuddy(String buddyName)
Removes a buddy from the buddy list. |
void |
sendMessage(String buddyName,
String message,
boolean ignoreIfOffline)
Sends a message to the specified buddy. |
| Methods inherited from class er.imadaptor.AbstractInstantMessenger |
|---|
addMessageListener, fireMessageReceived, getPassword, getScreenName, removeMessageListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AimBotInstantMessenger(String screenName,
String password)
| Method Detail |
|---|
public long buddyListLastModified()
IInstantMessenger
public boolean isBuddyOnline(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to check forpublic com.levelonelabs.aim.AIMBuddy getBuddy(String buddyName)
public void addBuddy(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to addpublic void removeBuddy(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to removepublic String[] getGroupNames()
IInstantMessenger
public String[] getBuddiesInGroupNamed(String groupName)
IInstantMessenger
groupName - the name of the group to list
public void connect()
throws IMConnectionException
IInstantMessenger
IMConnectionException - if the connect request failspublic void disconnect()
IInstantMessenger
public boolean isConnected()
IInstantMessenger
public String getAwayMessage(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to return the away message for
public String getStatusMessage(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to return status for
public boolean isBuddyAway(String buddyName)
IInstantMessenger
buddyName - the name of the buddy to check
public void sendMessage(String buddyName,
String message,
boolean ignoreIfOffline)
throws MessageException
IInstantMessenger
buddyName - the name of the buddy to messagemessage - the message to sendignoreIfOffline - should the message be ignored if the user is offline (false = throw an exception)
MessageException
|
Last updated: Thu, Nov 20, 2008 04:36 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||