|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.call.PreCallDialog
net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
public class ReceivedCallDialog
The dialog created when an incoming call is received.
| Constructor Summary | |
|---|---|
ReceivedCallDialog(Call call,
boolean video,
boolean existingCall)
Creates a ReceivedCallDialog by specifying the associated call. |
|
| Method Summary | |
|---|---|
void |
callButtonPressed()
Answers the call when the call button has been pressed. |
void |
callEnded(CallEvent event)
When call is remotely ended we close this dialog. |
void |
hangupButtonPressed()
Hangups the call when the call button has been pressed. |
void |
incomingCallReceived(CallEvent event)
Indicates that an incoming call has been received. |
void |
loadSkin()
Reloads icons. |
void |
mergeCallButtonPressed()
Answers the call in an existing call when the existing call button has been pressed. |
void |
outgoingCallCreated(CallEvent event)
Indicates that an outgoing call has been created. |
void |
videoCallButtonPressed()
Answers the call when the call button has been pressed. |
| Methods inherited from class net.java.sip.communicator.impl.gui.main.call.PreCallDialog |
|---|
actionPerformed, dispose, getAccountsCombo, getCallLabels, isVisible, pack, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Constructor Detail |
|---|
public ReceivedCallDialog(Call call,
boolean video,
boolean existingCall)
call - The associated with this dialog incoming call.video - if the call is a video callexistingCall - true to answer the call in an existing call (thus
obtaining a conference call)| Method Detail |
|---|
public void callEnded(CallEvent event)
callEnded in interface CallListenerevent - the CallEvent that has been triggeredpublic void incomingCallReceived(CallEvent event)
incomingCallReceived in interface CallListenerevent - a CallEvent instance describing the new incoming callpublic void outgoingCallCreated(CallEvent event)
outgoingCallCreated in interface CallListenerevent - a CalldEvent instance describing the new incoming call.public void loadSkin()
loadSkin in interface SkinnableloadSkin in class PreCallDialogpublic void callButtonPressed()
callButtonPressed in class PreCallDialogpublic void mergeCallButtonPressed()
mergeCallButtonPressed in class PreCallDialogpublic void videoCallButtonPressed()
videoCallButtonPressed in class PreCallDialogpublic void hangupButtonPressed()
hangupButtonPressed in class PreCallDialog
|
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 | |||||||||