|
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)
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 |
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)
call - The associated with this dialog incoming call.video - if the call is a video 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 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 | |||||||||