Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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


public interface WhiteboardInvitationRejectionListener

A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.

Author:
Yana Stamcheva

Method Summary
 void invitationRejected(WhiteboardInvitationRejectedEvent evt)
          Called when an invitee rejects an invitation previously sent by us.
 

Method Detail

invitationRejected

void invitationRejected(WhiteboardInvitationRejectedEvent evt)
Called when an invitee rejects an invitation previously sent by us.

Parameters:
evt - the instance of the WhiteboardInvitationRejectedEvent containing the rejected white-board invitation as well as the source provider where this happened.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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