net.java.sip.communicator.service.protocol.event
Class RemoteControlRevokedEvent
java.lang.Object
java.util.EventObject
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
RemoteControlRevokedEvent
public RemoteControlRevokedEvent(Object source)
- Constructs a new RemoteControlGrantedEvent object.
- Parameters:
source - source object
getCallPeer
public CallPeer getCallPeer()
- Get the CallPeer.
- Returns:
- the CallPeer
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.