com.skype
Interface StreamListener

All Known Implementing Classes:
StreamAdapter

public interface StreamListener

Listener interface for Stream object events.

See Also:
Stream, StreamAdapter

Method Summary
 void datagramReceived(String receivedDatagram)
          This method will be fired when a datagram message is received.
 void textReceived(String receivedText)
          This method will be fired when a text message is received.
 

Method Detail

textReceived

void textReceived(String receivedText)
                  throws SkypeException
This method will be fired when a text message is received.

Parameters:
receivedText - the received message.
Throws:
SkypeException - when the connection to the Skype client has gone bad.

datagramReceived

void datagramReceived(String receivedDatagram)
                      throws SkypeException
This method will be fired when a datagram message is received.

Parameters:
receivedDatagram - the received message.
Throws:
SkypeException - when the connection to the Skype client has gone bad.


Copyright © 2004-2011. All Rights Reserved.