net.java.sip.communicator.service.protocol.event
Class RemoteControlGrantedEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.protocol.event.RemoteControlGrantedEvent
- All Implemented Interfaces:
- Serializable
public class RemoteControlGrantedEvent
- extends EventObject
Event that notify that remote control feature has been granted. This is used
in desktop sharing related usage. After rights being granted, local
peer should notify keyboard and mouse events to remote peer.
- Author:
- Sebastien Vincent
- See Also:
- Serialized Form
RemoteControlGrantedEvent
public RemoteControlGrantedEvent(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.