com.sun.im.service
Interface ConferenceServiceListener


public interface ConferenceServiceListener

The ConferenceServiceListener. Invitations to join a conference are delivered through this listener


Method Summary
 void onInvite(Conference conference, InviteMessage message)
          invoked when another user asks this user to join a conference.
 

Method Detail

onInvite

public void onInvite(Conference conference,
                     InviteMessage message)
invoked when another user asks this user to join a conference.

Parameters:
conference - conference to which the current user is being invited
message - accompanying message. It typically contains a reason for the invitation.