|
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 CallPeerSecurityListener
CallPeerSecurityListener interface extends EventListener. This is the listener interface used to handle an event related with a change in security status. The change in security status is triggered at the protocol level, which signal security state changes to the GUI. This modifies the current security status indicator for the call sessions.
| Method Summary | |
|---|---|
void |
securityMessageRecieved(CallPeerSecurityMessageEvent event)
The handler of the security message event. |
void |
securityNegotiationStarted(CallPeerSecurityNegotiationStartedEvent securityStartedEvent)
The handler for the security event received. |
void |
securityOff(CallPeerSecurityOffEvent securityEvent)
The handler for the security event received. |
void |
securityOn(CallPeerSecurityOnEvent securityEvent)
The handler for the security event received. |
void |
securityTimeout(CallPeerSecurityTimeoutEvent securityTimeoutEvent)
The handler for the security event received. |
| Method Detail |
|---|
void securityOn(CallPeerSecurityOnEvent securityEvent)
securityEvent - the security event receivedvoid securityOff(CallPeerSecurityOffEvent securityEvent)
securityEvent - the security event receivedvoid securityTimeout(CallPeerSecurityTimeoutEvent securityTimeoutEvent)
securityTimeoutEvent - the security timeout event receivedvoid securityMessageRecieved(CallPeerSecurityMessageEvent event)
event - the security message event.void securityNegotiationStarted(CallPeerSecurityNegotiationStartedEvent securityStartedEvent)
securityStartedEvent - the security started event received
|
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 | |||||||||