public class InviteTool extends Tool implements InviteListener
| Constructor and Description |
|---|
InviteTool()
Creates a new InviteTool tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available.
|
void |
invitationSent(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
Describe
invitationSent method here. |
void |
shutdown(AIMSession sess)
Called when the tool is shutting down.
|
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersionpublic void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable in class Toolpublic void invitationSent(AIMSession sess, AIMFrame frame, AIMInputStream buffer)
invitationSent method here.invitationSent in interface InviteListenersess - an AIMSession valueframe - an AIMFrame valuebuffer - an AIMInputStream value