|
|||||||||
| 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 Toolsess - 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 MiscListenersess - an AIMSession valueframe - an AIMFrame valueerror - an int valuedata - an Object value
public void icbmRemoveCookie(AIMSession sess,
MsgCookie cookie)
icbmRemoveCookie method here.
icbmRemoveCookie in interface MiscListenersess - an AIMSession valuecookie - a MsgCookie value
public void snacRequestTimedOut(AIMSession sess,
SNAC snac)
snacRequestTimedOut method here.
snacRequestTimedOut in interface MiscListenersess - an AIMSession valuesnac - a SNAC value
public void unhandledFrame(AIMSession sess,
AIMFrame frame)
unhandledFrame method here.
unhandledFrame in interface MiscListenersess - an AIMSession valueframe - an AIMFrame value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||