Interface java.telephony.media.MediaCallObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.media.MediaCallObserver

public interface MediaCallObserver
extends Object
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.



All Packages  Class Hierarchy  This Package  Previous  Next  Index