com.sun.im.service
Interface ConferenceSessionListener

All Superinterfaces:
CollaborationSessionListener

public interface ConferenceSessionListener
extends CollaborationSessionListener

Callback object allowing invites and errors to be communicated asynchronously


Method Summary
 void onInvite(Conference conference, InviteMessage message)
          invoked when another user asks this user to join a conference.
 
Methods inherited from interface com.sun.im.service.CollaborationSessionListener
onError
 

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