org.eclipse.ecf.call.events
Interface ICallSessionEvent


public interface ICallSessionEvent

Event received upon changes to the CallSessionState of ICallSession instances.


Method Summary
 ICallSession getCallSession()
          Get the underlying ICallSession that is responsible for this event.
 

Method Detail

getCallSession

ICallSession getCallSession()
Get the underlying ICallSession that is responsible for this event. Receivers of this event (via ICallSessionListener) can get the ICallSession and call methods on that ICallSession when received.

Returns:
ICallSession of the underlying ICallSession. Will not be null.