Interface java.telephony.callcontrol.events.CallCtlConnDialingEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.callcontrol.events.CallCtlConnDialingEv
- public interface CallCtlConnDialingEv
- extends Object
- extends CallCtlConnEv
The CallCtlConnDialingEv indicates that a Connection is now
in the CallControlConnection.DIALING state. This event interfaces extends
both the ConnectionEvent and CallControlCallEvent interfaces and is
reported through the CallObserver interface.
This event interface has methods to return the string of digits dialed
so far.
-
ID
- Event id
-
getDigits()
- Returns the digits that have already been dialed.
ID
public final static int ID
- Event id
getDigits
public abstract String getDigits()
- Returns the digits that have already been dialed.
- Returns:
- s The digits that have already been dialed.
All Packages Class Hierarchy This Package Previous Next Index