com.skype
Class CallAdapter
java.lang.Object
com.skype.CallAdapter
- All Implemented Interfaces:
- CallListener
public class CallAdapter
- extends Object
- implements CallListener
Empty implementation of CallListener to overide and use as a listener.
- Author:
- Koji Hisano
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallAdapter
public CallAdapter()
callReceived
public void callReceived(Call receivedCall)
throws SkypeException
- This method will be triggered when a CALL is received.
- Specified by:
callReceived
in interface CallListener
- Parameters:
receivedCall
- the CALL received.
- Throws:
SkypeException
- when connection is gone bad.
callMaked
public void callMaked(Call makedCall)
throws SkypeException
- This method is called when a new CALL is started.
- Specified by:
callMaked
in interface CallListener
- Parameters:
makedCall
- the new CALL made.
- Throws:
SkypeException
- when the connection is goen bad.
Copyright © 2004-2011. All Rights Reserved.