|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChatListener
Describe interface ChatListener here.
| Method Summary | |
|---|---|
void |
incomingChatMsg(AIMSession sess,
AIMFrame frame,
UserInfo userinfo,
String msg)
Describe incomingChatMsg method here. |
void |
infoUpdate(AIMSession sess,
AIMFrame frame,
Chat roominfo,
String roomName,
int userCount,
ArrayList occupants,
String roomdesc,
int flags,
int creationTime,
int maxmsglen,
int maxOccupancy,
int creationPerms,
int maxvisiblemsglen)
Describe infoUpdate method here. |
void |
userlistChange(AIMSession sess,
AIMFrame frame,
int curcount,
ArrayList userinfo)
Describe userlistChange method here. |
| Method Detail |
|---|
void infoUpdate(AIMSession sess,
AIMFrame frame,
Chat roominfo,
String roomName,
int userCount,
ArrayList occupants,
String roomdesc,
int flags,
int creationTime,
int maxmsglen,
int maxOccupancy,
int creationPerms,
int maxvisiblemsglen)
infoUpdate method here.
sess - an AIMSession valueframe - an AIMFrame valueroominfo - a Chat valueroomName - a String valueuserCount - an int valueoccupants - a ArrayList valueroomdesc - a String valueflags - an int valuecreationTime - an int valuemaxmsglen - an int valuemaxOccupancy - an int valuecreationPerms - an int valuemaxvisiblemsglen - an int value
void userlistChange(AIMSession sess,
AIMFrame frame,
int curcount,
ArrayList userinfo)
userlistChange method here.
sess - an AIMSession valueframe - an AIMFrame valuecurcount - an int valueuserinfo - a ArrayList value
void incomingChatMsg(AIMSession sess,
AIMFrame frame,
UserInfo userinfo,
String msg)
incomingChatMsg method here.
sess - an AIMSession valueframe - an AIMFrame valueuserinfo - an UserInfo valuemsg - a String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||