Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.OperationSetWhiteboarding

Packages that use OperationSetWhiteboarding
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.plugin.whiteboard   
net.java.sip.communicator.plugin.whiteboard.gui   
net.java.sip.communicator.service.protocol.event   
 

Uses of OperationSetWhiteboarding in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement OperationSetWhiteboarding
 class OperationSetWhiteboardingJabberImpl
          Provides basic functionality for white-board.
 

Uses of OperationSetWhiteboarding in net.java.sip.communicator.plugin.whiteboard
 

Methods in net.java.sip.communicator.plugin.whiteboard that return types with arguments of type OperationSetWhiteboarding
static List<OperationSetWhiteboarding> WhiteboardActivator.getWhiteboardOperationSets()
          Returns all OperationSetWhiteboardings obtained from the bundle context.
 

Methods in net.java.sip.communicator.plugin.whiteboard with parameters of type OperationSetWhiteboarding
 void WhiteboardSessionManager.rejectInvitation(OperationSetWhiteboarding whiteboardOpSet, WhiteboardInvitation invitation, String reason)
          Rejects the given invitation with the specified reason.
 

Uses of OperationSetWhiteboarding in net.java.sip.communicator.plugin.whiteboard.gui
 

Constructors in net.java.sip.communicator.plugin.whiteboard.gui with parameters of type OperationSetWhiteboarding
InvitationReceivedDialog(WhiteboardSessionManager whiteboardManager, OperationSetWhiteboarding whiteboardOpSet, WhiteboardInvitation invitation)
          Constructs the ChatInviteDialog.
 

Uses of OperationSetWhiteboarding in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return OperationSetWhiteboarding
 OperationSetWhiteboarding WhiteboardInvitationReceivedEvent.getSourceOperationSet()
          Returns the whiteboarding operation set that dispatches this event.
 OperationSetWhiteboarding WhiteboardInvitationRejectedEvent.getSourceOperationSet()
          Returns the whiteboarding operation set that dispatches this event.
 OperationSetWhiteboarding WhiteboardSessionPresenceChangeEvent.getWhiteboardOpSet()
          Returns the OperationSetWhiteboarding, where this event has occurred.
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type OperationSetWhiteboarding
WhiteboardInvitationReceivedEvent(OperationSetWhiteboarding whiteboardOpSet, WhiteboardInvitation invitation, Date timestamp)
          Creates an WhiteboardInvitationReceivedEvent representing reception of the source invitation received from the specified from white-board participant.
WhiteboardInvitationRejectedEvent(OperationSetWhiteboarding source, WhiteboardSession session, String invitee, String reason, Date timestamp)
          Creates a WhiteboardInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee.
WhiteboardSessionPresenceChangeEvent(OperationSetWhiteboarding source, WhiteboardSession session, String eventType, String reason)
          Creates a WhiteboardSessionPresenceChangeEvent representing that a change in local participant presence in the source white-board has occured.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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