public class CallAdapter extends Object implements CallListener
| Constructor and Description |
|---|
CallAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMaked(Call makedCall)
This method is called when a new CALL is started.
|
void |
callReceived(Call receivedCall)
This method will be triggered when a CALL is received.
|
public void callReceived(Call receivedCall) throws SkypeException
callReceived in interface CallListenerreceivedCall - the CALL received.SkypeException - when connection is gone bad.public void callMaked(Call makedCall) throws SkypeException
callMaked in interface CallListenermakedCall - the new CALL made.SkypeException - when the connection is goen bad.Copyright © 2013. All Rights Reserved.