|
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.globalshortcut.CallShortcut
public class CallShortcut
Shortcut for call (take the call, hang up, ...).
| Constructor Summary | |
|---|---|
CallShortcut()
Constructor. |
|
| 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. |
void |
shortcutReceived(GlobalShortcutEvent evt)
Callback when an shortcut is typed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallShortcut()
| Method Detail |
|---|
public void shortcutReceived(GlobalShortcutEvent evt)
shortcutReceived in interface GlobalShortcutListenerevt - GlobalShortcutEventpublic 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 callEnded(CallEvent event)
callEnded in interface CallListenerevent - 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 | |||||||||