Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface CallPeerSecurityListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CallPeerAdapter, NotificationManager

public interface CallPeerSecurityListener
extends EventListener

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.

Author:
Werner Dittmann, Yana Stamcheva

Method Summary
 void securityMessageRecieved(CallPeerSecurityMessageEvent event)
          The handler of the security message event.
 void securityOff(CallPeerSecurityOffEvent securityEvent)
          The handler for the security event received.
 void securityOn(CallPeerSecurityOnEvent securityEvent)
          The handler for the security event received.
 

Method Detail

securityOn

void securityOn(CallPeerSecurityOnEvent securityEvent)
The handler for the security event received. The security event represents an indication of change in the security status.

Parameters:
securityEvent - the security event received

securityOff

void securityOff(CallPeerSecurityOffEvent securityEvent)
The handler for the security event received. The security event represents an indication of change in the security status.

Parameters:
securityEvent - the security event received

securityMessageRecieved

void securityMessageRecieved(CallPeerSecurityMessageEvent event)
The handler of the security message event.

Parameters:
event - the security message event.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.