Interface java.telephony.events.TermConnCreatedEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.events.TermConnCreatedEv
- public interface TermConnCreatedEv
- extends Object
- extends TermConnEv
The TermConnCreatedEv extends the TerminalConnectionEvent
interface and is reported via the CallObserver interface. This event
indicates that a new TerminalConnection has been created on the Call.
The TerminalConnection which has been created may be obtained via the
TerminalConnectionEvent.getTerminalConnection() method provides the
new TerminalConnection object.
-
ID
- Event id
ID
public final static int ID
- Event id
All Packages Class Hierarchy This Package Previous Next Index