public interface StreamListener
Stream,
StreamAdapter| Modifier and Type | Method and Description |
|---|---|
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.
|
void textReceived(String receivedText) throws SkypeException
receivedText - the received message.SkypeException - when the connection to the Skype client has gone bad.void datagramReceived(String receivedDatagram) throws SkypeException
receivedDatagram - the received message.SkypeException - when the connection to the Skype client has gone bad.Copyright © 2013. All Rights Reserved.