org.walluck.oscar.handlers
Interface InviteListener

All Superinterfaces:
Listener
All Known Implementing Classes:
InviteTool, Script, ScriptAdapter

public interface InviteListener
extends Listener

Describe interface InviteListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 void invitationSent(AIMSession sess, AIMFrame frame, AIMInputStream buffer)
          Describe invitationSent method here.
 

Method Detail

invitationSent

void invitationSent(AIMSession sess,
                    AIMFrame frame,
                    AIMInputStream buffer)
Describe invitationSent method here.

Parameters:
sess - an AIMSession value
frame - an AIMFrame value
buffer - an AIMInputStream value