KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > ConnectionEvent

javax.telephony
Interface ConnectionEvent

See Also:
Connection, CallListener, CallEvent

public static final int CONNECTION_ALERTING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_CONNECTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_CREATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_DISCONNECTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_FAILED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_IN_PROGRESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Connection getConnection()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags