|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.ApplicationAdapter
public class ApplicationAdapter
Use this class to implement event triggers for AP2AP connections.
| Constructor Summary | |
|---|---|
ApplicationAdapter()
|
|
| Method Summary | |
|---|---|
void |
connected(Stream stream)
Implement this method to get triggered on AP2AP connected events. |
void |
disconnected(Stream stream)
Implement this method to get triggered on AP2AP disconnected events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationAdapter()
| Method Detail |
|---|
public void connected(Stream stream)
throws SkypeException
connected in interface ApplicationListenerstream - the stream that triggered the event.
SkypeException - when connection is gone bad.
public void disconnected(Stream stream)
throws SkypeException
disconnected in interface ApplicationListenerstream - the stream that triggered the event.
SkypeException - when connection is gone bad.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||