com.skype
Interface CallListener

All Known Implementing Classes:
CallAdapter

public interface CallListener

Listener interface for the CALL object.

Author:
Koji Hisano.

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

callReceived

void callReceived(Call receivedCall)
                  throws SkypeException
Called when a CALL is received.

Parameters:
receivedCall - the received CALL.
Throws:
SkypeException - when a connection is gone bad.

callMaked

void callMaked(Call makedCall)
               throws SkypeException
Called when a new CALL is started.

Parameters:
makedCall - the new CALL made.
Throws:
SkypeException - when the connection is goen bad.


Copyright © 2004-2011. All Rights Reserved.