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, setVersion
public void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable
in class Tool
public void invitationSent(AIMSession sess, AIMFrame frame, AIMInputStream buffer)
invitationSent
method here.invitationSent
in interface InviteListener
sess
- an AIMSession
valueframe
- an AIMFrame
valuebuffer
- an AIMInputStream
value