|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.CallAdapter
public class CallAdapter
Empty implementation of CallListener to overide and use as a listener.
| Constructor Summary | |
|---|---|
CallAdapter()
|
|
| 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 |
| Constructor Detail |
|---|
public CallAdapter()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||