com.sun.im.service
Interface ConferenceSessionListener
- All Superinterfaces:
- CollaborationSessionListener
- public interface ConferenceSessionListener
- extends CollaborationSessionListener
Callback object allowing invites and errors to be communicated
asynchronously
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 invitedmessage
- accompanying message. It typically contains a reason for the invitation.