Interface java.telephony.media.events.MediaTermConnAvailableEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.media.events.MediaTermConnAvailableEv
- public interface MediaTermConnAvailableEv
- extends Object
- extends MediaTermConnEv
The MediaTermConnAvailableEv interface indicates that media is currently
available on the TerminalConnection. Media becomes available on the
TerminalConnection when the state of the TerminalConnection changes with
respect to the telephone call. For example, when a TerminalConnection
becomes active on the telephone call, media is made available to the
application. This event interface extends the java.telephony.events.TermConnEv
interface, through which the application may obtain the TerminalConnection
object associated with this event.
-
ID
- Event id
ID
public final static int ID
- Event id
All Packages Class Hierarchy This Package Previous Next Index