|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamListener
Listener interface for Stream object events.
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 |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||