|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallPeerSecurityListener | |
|---|---|
| net.java.sip.communicator.impl.gui.main.call | |
| net.java.sip.communicator.plugin.notificationwiring | |
| net.java.sip.communicator.service.protocol | |
| Uses of CallPeerSecurityListener in net.java.sip.communicator.impl.gui.main.call |
|---|
| Classes in net.java.sip.communicator.impl.gui.main.call that implement CallPeerSecurityListener | |
|---|---|
class |
CallPeerAdapter
The CallPeerAdapter is an adapter that implements all common CallPeer related listeners in order to facilitate the task of different CallPeerRenderers when implementing peer functionalities. |
| Uses of CallPeerSecurityListener in net.java.sip.communicator.plugin.notificationwiring |
|---|
| Classes in net.java.sip.communicator.plugin.notificationwiring that implement CallPeerSecurityListener | |
|---|---|
class |
NotificationManager
Listens for all kinds of events and triggers when needed a notification, a popup or sound one or other. |
| Uses of CallPeerSecurityListener in net.java.sip.communicator.service.protocol |
|---|
| Fields in net.java.sip.communicator.service.protocol with type parameters of type CallPeerSecurityListener | |
|---|---|
protected List<CallPeerSecurityListener> |
AbstractCallPeer.callPeerSecurityListeners
All the CallPeerSecurityListener-s registered with this CallPeer. |
| Methods in net.java.sip.communicator.service.protocol with parameters of type CallPeerSecurityListener | |
|---|---|
void |
CallPeer.addCallPeerSecurityListener(CallPeerSecurityListener listener)
Allows the user interface to register a listener interested in security status changes. |
void |
AbstractCallPeer.addCallPeerSecurityListener(CallPeerSecurityListener listener)
Registers the listener to the list of listeners that would be receiving CallPeerSecurityEvents. |
void |
CallPeer.removeCallPeerSecurityListener(CallPeerSecurityListener listener)
Unregisters the specified listener. |
void |
AbstractCallPeer.removeCallPeerSecurityListener(CallPeerSecurityListener listener)
Unregisters the specified listener. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||