com.sun.im.service
Interface ConferenceEventListener
- public interface ConferenceEventListener
interface to receive conference events as object.  This is used to 
 bypass the xml parsing step.
 
onEvent
public void onEvent(ConferenceEventTuple event)
- invoked when the system is sending information to the user.  This may
 include
 - indication that another member has left
- indication that your access level has changed
- etc...
 object instantiated by the application allowing the provider to
 return data to the application asynchronously.
 
- 
- Parameters:
- event- array of conference event objects