public interface LocateListener extends Listener
LocateListener
here.Modifier and Type | Method and Description |
---|---|
void |
locateRights(AIMSession sess,
AIMFrame frame,
int maxsiglen)
Describe
locateRights method here. |
void |
userInfo(AIMSession sess,
AIMFrame frame,
UserInfo info,
int infoType,
String textEncoding,
String text)
Describe
userInfo method here. |
void locateRights(AIMSession sess, AIMFrame frame, int maxsiglen)
locateRights
method here.sess
- an AIMSession
valueframe
- an AIMFrame
valuemaxsiglen
- an int
valuevoid userInfo(AIMSession sess, AIMFrame frame, UserInfo info, int infoType, String textEncoding, String text)
userInfo
method here.sess
- an AIMSession
valueframe
- an AIMFrame
valueinfo
- an UserInfo
valueinfoType
- an int
valuetextEncoding
- a String
valuetext
- a String
value