Interface java.telephony.events.ConnCreatedEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.events.ConnCreatedEv

public interface ConnCreatedEv
extends Object
extends ConnEv
The ConnCreatedEv extends the ConnectionEvent interface and is reported via the CallObserver interface. This event indicates that a new Connection has been created on the Call.

The Connection which has been created may be obtained via the ConnectionEvent.getConnection() method provides the new Connection object.


Variable Index

 o ID
Event id

Variables

 o ID
  public final static int ID
Event id

All Packages  Class Hierarchy  This Package  Previous  Next  Index