org.walluck.oscar.handlers
Interface LocateListener

All Superinterfaces:
Listener
All Known Implementing Classes:
LocateTool, Oscar, Protocol, Script, ScriptAdapter

public interface LocateListener
extends Listener

Describe interface LocateListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 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.
 

Method Detail

locateRights

void locateRights(AIMSession sess,
                  AIMFrame frame,
                  int maxsiglen)
Describe locateRights method here.

Parameters:
sess - an AIMSession value
frame - an AIMFrame value
maxsiglen - an int value

userInfo

void userInfo(AIMSession sess,
              AIMFrame frame,
              UserInfo info,
              int infoType,
              String textEncoding,
              String text)
Describe userInfo method here.

Parameters:
sess - an AIMSession value
frame - an AIMFrame value
info - an UserInfo value
infoType - an int value
textEncoding - a String value
text - a String value