javax.telephony.media
Interface MediaCallObserver

All Superinterfaces:
CallObserver

public interface MediaCallObserver
extends CallObserver

The MediaCallObserver extends the CallObserver interface and reports all events pertaining to the MediaTerminalConnection object. Events for this object are reported on this observer because, in the core, TerminalConnection events are reported on the CallObserver object.

This interface does not have any methods. All events for the MediaTerminalConnection object are reported via the callChangedEvent() method on the CallObserver interface. All MediaTerminalConnection events, therefore, extend the core TermConnEv interface (which extends the core CallEv interface.

Applications which desire MediaTerminalConnection events implement this interface as a "signal" to the implementation that is wants to be sent events for the MediaTerminalConnection object.


Methods inherited from interface javax.telephony.CallObserver
callChangedEvent
 



Copyright © 2005 Avaya All Rights Reserved.