Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Class CallPeerSecurityOffEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
          extended by net.java.sip.communicator.service.protocol.event.CallPeerSecurityOffEvent
All Implemented Interfaces:
Serializable

public class CallPeerSecurityOffEvent
extends CallPeerSecurityStatusEvent

The CallPeerSecurityAuthenticationEvent is triggered whenever a the security strings are received in a secure call.

Author:
Yana Stamcheva
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
AUDIO_SESSION, VIDEO_SESSION
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CallPeerSecurityOffEvent(CallPeer callPeer, int sessionType)
          The event constructor.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
getSessionType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallPeerSecurityOffEvent

public CallPeerSecurityOffEvent(CallPeer callPeer,
                                int sessionType)
The event constructor.

Parameters:
callPeer - the call peer associated with this event
sessionType - the type of the session: audio or video

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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