Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface WhiteboardInvitationListener


public interface WhiteboardInvitationListener

A listener that dispatches events notifying that an invitation to join a white board is received.

Author:
Yana Stamcheva

Method Summary
 void invitationReceived(WhiteboardInvitationReceivedEvent evt)
          Called when we receive an invitation to join an existing WhiteboardSession.
 

Method Detail

invitationReceived

void invitationReceived(WhiteboardInvitationReceivedEvent evt)
Called when we receive an invitation to join an existing WhiteboardSession.

Parameters:
evt - the WhiteboardInvitationReceivedEvent that contains the newly received invitation and its source provider.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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