public interface ChatListener extends Listener
ChatListener
here.Modifier and Type | Method and Description |
---|---|
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. |
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
valuevoid userlistChange(AIMSession sess, AIMFrame frame, int curcount, ArrayList userinfo)
userlistChange
method here.sess
- an AIMSession
valueframe
- an AIMFrame
valuecurcount
- an int
valueuserinfo
- a ArrayList
valuevoid 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