Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class RemoteControlRevokedEvent
extends EventObject

Event that notify that remote control feature has been revoked. This is used in desktop sharing related usage. After rights beeing revoked, local peer must not notify keyboard and mouse events to remote peer.

Author:
Sebastien Vincent
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoteControlRevokedEvent(Object source)
          Constructs a new RemoteControlGrantedEvent object.
 
Method Summary
 CallPeer getCallPeer()
          Get the CallPeer.
 
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

RemoteControlRevokedEvent

public RemoteControlRevokedEvent(Object source)
Constructs a new RemoteControlGrantedEvent object.

Parameters:
source - source object
Method Detail

getCallPeer

public CallPeer getCallPeer()
Get the CallPeer.

Returns:
the CallPeer

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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