Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by java.util.EventObject
      extended by 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 beeing granted, local peer should 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
RemoteControlGrantedEvent(Object source)
          Constructs a new RemoteControlGrantedEvent object.
 
Method Summary
 
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

RemoteControlGrantedEvent

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

Parameters:
source - source object

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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