|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationListener
Listener used for the Application class. Listener gets triggerd by AP2AP events.
| Method Summary | |
|---|---|
void |
connected(Stream stream)
Called when a AP2AP stream is connected. |
void |
disconnected(Stream stream)
Called when a AP2AP stream gets disconnected. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||