cvm.ncb.adapters.skypeListeners
Class AdapterSkypeStreamListern

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

public class AdapterSkypeStreamListern
extends java.lang.Object
implements com.skype.StreamListener

This class implements the required methods for a ConnectorListener.

Author:
Frank Hernandez, Juan Martinez

Constructor Summary
AdapterSkypeStreamListern(SkypeAdapter inAdapt)
           
 
Method Summary
 void datagramReceived(java.lang.String arg0)
           
 void textReceived(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterSkypeStreamListern

public AdapterSkypeStreamListern(SkypeAdapter inAdapt)
Method Detail

datagramReceived

public void datagramReceived(java.lang.String arg0)
                      throws com.skype.SkypeException
Specified by:
datagramReceived in interface com.skype.StreamListener
Throws:
com.skype.SkypeException

textReceived

public void textReceived(java.lang.String arg0)
                  throws com.skype.SkypeException
Specified by:
textReceived in interface com.skype.StreamListener
Throws:
com.skype.SkypeException