org.walluck.oscar.handlers
Interface PopupListener

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

public interface PopupListener
extends Listener

Describe interface PopupListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 void parsePopup(AIMSession sess, AIMFrame frame, AIMPopup popup)
          Describe parsePopup method here.
 

Method Detail

parsePopup

public void parsePopup(AIMSession sess,
                       AIMFrame frame,
                       AIMPopup popup)
Describe parsePopup method here.

Parameters:
sess - an AIMSession value
frame - an AIMFrame value
popup - an AIMPopup value