public interface ApplicationListener
| Modifier and Type | Method and Description |
|---|---|
void |
connected(Stream stream)
Called when a AP2AP stream is connected.
|
void |
disconnected(Stream stream)
Called when a AP2AP stream gets disconnected.
|
void connected(Stream stream) throws SkypeException
stream - the connected stream.SkypeException - when connection is gone bad.void disconnected(Stream stream) throws SkypeException
stream - the disconnected stream.SkypeException - when connection is gone bad.Copyright © 2013. All Rights Reserved.