public class ApplicationAdapter extends Object implements ApplicationListener
| Constructor and Description |
|---|
ApplicationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2013. All Rights Reserved.