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.


Variable Index

 o ID
Event id

Method Index

 o getDigits()
Returns the digits that have already been dialed.

Variables

 o ID
  public final static int ID
Event id

Methods

 o 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