org.eclipse.ecf.call
Interface ICallSessionListener


public interface ICallSessionListener

Listener for receiving call session events from remotes.


Method Summary
 void handleCallSessionEvent(ICallSessionEvent event)
          Handle call session event listener.
 

Method Detail

handleCallSessionEvent

void handleCallSessionEvent(ICallSessionEvent event)
Handle call session event listener. Instances implementing this interface are provided during calls to ICallSessionContainerAdapter.sendCallRequest(org.eclipse.ecf.core.identity.ID, ICallSessionListener, java.util.Map) and allow the caller to be asynchronously notified of subsequent ICallSessionEvents.

Note that this method may be called by an arbitrary thread (not necessarily the UI-thread), so implementers must be prepared for this. Implementers of this method also should not block.

Parameters:
event - the event to handle. Will not be null.