org.netbeans.lib.collab
Interface ConferenceServiceListener
- public interface ConferenceServiceListener
The ConferenceServiceListener. 
 Invitations to join a conference are delivered through this listener
- Since:
- version 0.1
 
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.