public interface CallListener
| Modifier and Type | Method and Description |
|---|---|
void |
callMaked(Call makedCall)
Called when a new CALL is started.
|
void |
callReceived(Call receivedCall)
Called when a CALL is received.
|
void callReceived(Call receivedCall) throws SkypeException
receivedCall - the received CALL.SkypeException - when a connection is gone bad.void callMaked(Call makedCall) throws SkypeException
makedCall - the new CALL made.SkypeException - when the connection is goen bad.Copyright © 2013. All Rights Reserved.