org.walluck.oscar.handlers
Interface MailListener

All Superinterfaces:
Listener
All Known Implementing Classes:
MailTool, Oscar, ScriptAdapter

public interface MailListener
extends Listener

Describe interface MailListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 void youveGotMail(AIMSession sess, AIMFrame frame, EmailInfo ei, boolean haveNewMail)
          Describe youveGotMail method here.
 

Method Detail

youveGotMail

public void youveGotMail(AIMSession sess,
                         AIMFrame frame,
                         EmailInfo ei,
                         boolean haveNewMail)
Describe youveGotMail method here.

Parameters:
sess - an AIMSession value
frame - an AIMFrame value
ei - an EmailInfo value
haveNewMail - a boolean value