com.skype
Class ApplicationAdapter

java.lang.Object
  extended by com.skype.ApplicationAdapter
All Implemented Interfaces:
ApplicationListener

public class ApplicationAdapter
extends Object
implements ApplicationListener

Use this class to implement event triggers for AP2AP connections.

Author:
Koji Hisano

Constructor Summary
ApplicationAdapter()
           
 
Method Summary
 void connected(Stream stream)
          Implement this method to get triggered on AP2AP connected events.
 void disconnected(Stream stream)
          Implement this method to get triggered on AP2AP disconnected events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationAdapter

public ApplicationAdapter()
Method Detail

connected

public void connected(Stream stream)
               throws SkypeException
Implement this method to get triggered on AP2AP connected events.

Specified by:
connected in interface ApplicationListener
Parameters:
stream - the stream that triggered the event.
Throws:
SkypeException - when connection is gone bad.

disconnected

public void disconnected(Stream stream)
                  throws SkypeException
Implement this method to get triggered on AP2AP disconnected events.

Specified by:
disconnected in interface ApplicationListener
Parameters:
stream - the stream that triggered the event.
Throws:
SkypeException - when connection is gone bad.


Copyright © 2004-2011. All Rights Reserved.