|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.tools.Tool
org.walluck.oscar.tools.MiscTool
public class MiscTool
Misc tool.
Field Summary |
---|
Fields inherited from class org.walluck.oscar.tools.Tool |
---|
listeners |
Constructor Summary | |
---|---|
MiscTool()
Creates a new Misc tool. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.walluck.oscar.tools.Tool |
---|
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MiscTool()
Method Detail |
---|
public void shutdown(AIMSession sess)
shutdown
in class Tool
sess
- the oscar sessionpublic void bosConnectionAvailable()
bosConnectionAvailable
in class Tool
public void snacError(AIMSession sess, AIMFrame frame, int error, Object data)
snacError
method here.
snacError
in interface MiscListener
sess
- an AIMSession
valueframe
- an AIMFrame
valueerror
- an int
valuedata
- an Object
valuepublic void icbmRemoveCookie(AIMSession sess, MsgCookie cookie)
icbmRemoveCookie
method here.
icbmRemoveCookie
in interface MiscListener
sess
- an AIMSession
valuecookie
- a MsgCookie
valuepublic void snacRequestTimedOut(AIMSession sess, SNAC snac)
snacRequestTimedOut
method here.
snacRequestTimedOut
in interface MiscListener
sess
- an AIMSession
valuesnac
- a SNAC
valuepublic void unhandledFrame(AIMSession sess, AIMFrame frame)
unhandledFrame
method here.
unhandledFrame
in interface MiscListener
sess
- an AIMSession
valueframe
- an AIMFrame
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |