org.eclipse.ecf.call
Interface ICallSessionRequestListener


public interface ICallSessionRequestListener

Listener for call session creation requests.


Method Summary
 void handleCallSessionRequest(ICallSessionRequestEvent event)
          Handle the ICallSessionRequestEvent specifying an incoming call request event.
 

Method Detail

handleCallSessionRequest

void handleCallSessionRequest(ICallSessionRequestEvent event)
Handle the ICallSessionRequestEvent specifying an incoming call request event. Instances implementing this interface maybe provided to ICallSessionContainerAdapter.addCallSessionRequestListener(ICallSessionRequestListener) and will subsequently be notified of incoming call initiation requests.

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 process. Will not be null.