|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallListener
Listener interface for the CALL object.
Method Summary | |
---|---|
void |
callMaked(Call makedCall)
Called when a new CALL is started. |
void |
callReceived(Call receivedCall)
Called when a CALL is received. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |