public class MiscTool extends Tool implements MiscListener
| Constructor and Description |
|---|
MiscTool()
Creates a new Misc tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available.
|
void |
icbmRemoveCookie(AIMSession sess,
MsgCookie cookie)
Describe
icbmRemoveCookie method here. |
void |
shutdown(AIMSession sess)
Called when the tool is shutting down.
|
void |
snacError(AIMSession sess,
AIMFrame frame,
int error,
Object data)
Describe
snacError method here. |
void |
snacRequestTimedOut(AIMSession sess,
SNAC snac)
Describe
snacRequestTimedOut method here. |
void |
unhandledFrame(AIMSession sess,
AIMFrame frame)
Describe
unhandledFrame method here. |
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersionpublic void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable in class Toolpublic void snacError(AIMSession sess, AIMFrame frame, int error, Object data)
snacError method here.snacError in interface MiscListenersess - an AIMSession valueframe - an AIMFrame valueerror - an int valuedata - an Object valuepublic void icbmRemoveCookie(AIMSession sess, MsgCookie cookie)
icbmRemoveCookie method here.icbmRemoveCookie in interface MiscListenersess - an AIMSession valuecookie - a MsgCookie valuepublic void snacRequestTimedOut(AIMSession sess, SNAC snac)
snacRequestTimedOut method here.snacRequestTimedOut in interface MiscListenersess - an AIMSession valuesnac - a SNAC valuepublic void unhandledFrame(AIMSession sess, AIMFrame frame)
unhandledFrame method here.unhandledFrame in interface MiscListenersess - an AIMSession valueframe - an AIMFrame value