JSR-043: JTAPI-1.4

javax.telephony.media
Interface MediaCallObserver

All Superinterfaces:
CallObserver

Deprecated. As of JTAPI 1.3, replaced by MediaServiceListener

public interface MediaCallObserver
extends CallObserver

Old MediaCallObserver class. This interface replaced by MediaServiceListener.

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.

Since:
JTAPI-1.3

Methods inherited from interface javax.telephony.CallObserver
callChangedEvent
 


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org