|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallListener
Instances of this class are used for listening for notifications coming out of a telephony Provider - such as an incoming Call for example. Whenever a telephony Provider receives an invitation to a call from a particular
| Method Summary | |
|---|---|
void |
callEnded(CallEvent event)
Indicates that all peers have left the source call and that it has been ended. |
void |
incomingCallReceived(CallEvent event)
This method is called by a protocol provider whenever an incoming call is received. |
void |
outgoingCallCreated(CallEvent event)
This method is called by a protocol provider upon initiation of an outgoing call. |
| Method Detail |
|---|
void incomingCallReceived(CallEvent event)
event - a CallEvent instance describing the new incoming callvoid outgoingCallCreated(CallEvent event)
event - a CalldEvent instance describing the new incoming call.void callEnded(CallEvent event)
event - the CallEvent containing the source call.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||