|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xibit.jaimbuddy.JaimlibManager
| Constructor Summary | |
JaimlibManager(JaimBuddy parent)
Sets up the manager and connects to the AOL TOC server. |
|
| Method Summary | |
void |
comeBack()
Come back from away mode. |
void |
disconnect()
Disconnects from AOL TOC server; call only when closing JaimBuddy. |
void |
goAway(java.lang.String awayMessage)
Go into the away mode with the specified away message. |
boolean |
login(java.lang.String userName,
java.lang.String password)
Log in to AIM with the specified userName and password. |
void |
logout()
Log out of AIM. |
void |
receiveEvent(JaimEvent event)
Receive a >Jaimlib event and process it according to its content |
boolean |
sendIM(java.lang.String buddy,
java.lang.String msg,
boolean autoresponse)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JaimlibManager(JaimBuddy parent)
| Method Detail |
public void disconnect()
public boolean login(java.lang.String userName,
java.lang.String password)
userName - The username of the AOL buddypassword - The AOL buddy's password.
true if there were no errors, false
otherwisepublic void logout()
public void comeBack()
public void goAway(java.lang.String awayMessage)
awayMessage - The away messagepublic void receiveEvent(JaimEvent event)
>Jaimlib event and process it according to its content
event - The JaimEvent to be processed
public boolean sendIM(java.lang.String buddy,
java.lang.String msg,
boolean autoresponse)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||