org.walluck.oscar
Interface AIMConnectionListener

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

public interface AIMConnectionListener
extends Listener

Describe interface AIMConnectionListener here.

Since:
1.0
Version:
1.0
Author:
David Walluck

Method Summary
 void connectionEstablished(AIMSession sess, AIMConnection conn)
          Describe connectionEstablished method here.
 

Method Detail

connectionEstablished

void connectionEstablished(AIMSession sess,
                           AIMConnection conn)
Describe connectionEstablished method here.

Parameters:
sess - an AIMSession value
conn - an AIMConnection value