Uses of Interface
org.eclipse.ecf.telephony.call.ICallSessionListener

Packages that use ICallSessionListener
org.eclipse.ecf.telephony.call   
org.eclipse.ecf.telephony.call.events   
org.eclipse.ecf.telephony.call.ui.actions   
 

Uses of ICallSessionListener in org.eclipse.ecf.telephony.call
 

Methods in org.eclipse.ecf.telephony.call that return ICallSessionListener
 ICallSessionListener ICallSession.getListener()
          Get listener for this call session instance.
 

Methods in org.eclipse.ecf.telephony.call with parameters of type ICallSessionListener
 void ICallSessionContainerAdapter.sendCallRequest(ID[] receivers, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 void ICallSessionContainerAdapter.sendCallRequest(ID receiver, ICallSessionListener listener, java.util.Map properties)
          Initiate call.
 

Uses of ICallSessionListener in org.eclipse.ecf.telephony.call.events
 

Methods in org.eclipse.ecf.telephony.call.events with parameters of type ICallSessionListener
 ICallSession ICallSessionRequestEvent.accept(ICallSessionListener listener, java.util.Map properties)
          Accept the incoming call request.
 

Uses of ICallSessionListener in org.eclipse.ecf.telephony.call.ui.actions
 

Methods in org.eclipse.ecf.telephony.call.ui.actions that return ICallSessionListener
protected  ICallSessionListener AbstractCallAction.createCallSessionListener()