cvm.ncb.adapters.skypeListeners
Class AdapterSkypeApplicationListener

java.lang.Object
  extended by cvm.ncb.adapters.skypeListeners.AdapterSkypeApplicationListener
All Implemented Interfaces:
com.skype.ApplicationListener

public class AdapterSkypeApplicationListener
extends java.lang.Object
implements com.skype.ApplicationListener

This class implements the required methods for a ApplicationListener. For information on the functions Ask Skype Developer...

Author:
Frank Hernandez.

Constructor Summary
AdapterSkypeApplicationListener(SkypeAdapter inAdapt, java.util.Map<java.lang.String,com.skype.Stream> m_hmStreamUserMap2)
           
 
Method Summary
 void connected(com.skype.Stream arg0)
           
 void disconnected(com.skype.Stream arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterSkypeApplicationListener

public AdapterSkypeApplicationListener(SkypeAdapter inAdapt,
                                       java.util.Map<java.lang.String,com.skype.Stream> m_hmStreamUserMap2)
Method Detail

connected

public void connected(com.skype.Stream arg0)
               throws com.skype.SkypeException
Specified by:
connected in interface com.skype.ApplicationListener
Throws:
com.skype.SkypeException

disconnected

public void disconnected(com.skype.Stream arg0)
                  throws com.skype.SkypeException
Specified by:
disconnected in interface com.skype.ApplicationListener
Throws:
com.skype.SkypeException