org.walluck.oscar.tools
Class InviteTool
java.lang.Object
org.walluck.oscar.tools.Tool
org.walluck.oscar.tools.InviteTool
- All Implemented Interfaces:
- InviteListener, Listener
public class InviteTool
- extends Tool
- implements InviteListener
Invite tool.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- David Walluck
Fields inherited from class org.walluck.oscar.tools.Tool |
listeners |
Constructor Summary |
InviteTool()
Creates a new InviteTool tool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InviteTool
public InviteTool()
- Creates a new InviteTool tool. Family 0x0006.
shutdown
public void shutdown(AIMSession sess)
- Called when the tool is shutting down.
- Specified by:
shutdown
in class Tool
- Parameters:
sess
- the oscar session
bosConnectionAvailable
public void bosConnectionAvailable()
- Method called by the LoginTool once the BOS connection is available. This allows
the other tools to get registered and get involved in the process.
- Specified by:
bosConnectionAvailable
in class Tool
invitationSent
public void invitationSent(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
- Describe
invitationSent
method here.
- Specified by:
invitationSent
in interface InviteListener
- Parameters:
sess
- an AIMSession
valueframe
- an AIMFrame
valuebuffer
- an AIMInputStream
value