public interface BuddyListListener extends Listener
BuddyListListener here.| Modifier and Type | Method and Description |
|---|---|
void |
buddyChange(AIMSession sess,
AIMFrame frame,
UserInfo info)
Describe
buddyChange method here. |
void |
buddylistRights(AIMSession sess,
AIMFrame frame,
int maxbuddies,
int maxwatchers)
Describe
buddylistRights method here. |
void buddyChange(AIMSession sess, AIMFrame frame, UserInfo info)
buddyChange method here.sess - an AIMSession valueframe - an AIMFrame valueinfo - an UserInfo valuevoid buddylistRights(AIMSession sess, AIMFrame frame, int maxbuddies, int maxwatchers)
buddylistRights method here.sess - an AIMSession valueframe - an AIMFrame valuemaxbuddies - an int valuemaxwatchers - an int value