org.netbeans.lib.collab
Interface ConferenceEventListener


public interface ConferenceEventListener

interface to receive conference events as object. This is used to bypass the xml parsing step.

Since:
version 0.1

Method Summary
 void onEvent(ConferenceEventTuple event)
          invoked when the system is sending information to the user.
 

Method Detail

onEvent

public void onEvent(ConferenceEventTuple event)
invoked when the system is sending information to the user. This may include object instantiated by the application allowing the provider to return data to the application asynchronously.

Parameters:
event - array of conference event objects