com.skype
Interface ApplicationListener

All Known Implementing Classes:
ApplicationAdapter

public interface ApplicationListener

Listener used for the Application class. Listener gets triggerd by AP2AP events.

Author:
Koji Hisano

Method Summary
 void connected(Stream stream)
          Called when a AP2AP stream is connected.
 void disconnected(Stream stream)
          Called when a AP2AP stream gets disconnected.
 

Method Detail

connected

void connected(Stream stream)
               throws SkypeException
Called when a AP2AP stream is connected.

Parameters:
stream - the connected stream.
Throws:
SkypeException - when connection is gone bad.

disconnected

void disconnected(Stream stream)
                  throws SkypeException
Called when a AP2AP stream gets disconnected.

Parameters:
stream - the disconnected stream.
Throws:
SkypeException - when connection is gone bad.


Copyright © 2004-2011. All Rights Reserved.