All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.capabilities.ConnectionCapabilities

public interface ConnectionCapabilities
Initial Connection capabilities interface. Any package that wants to extend Connection capabilities should extend this interface


Method Index

 o canDisconnect()
Returns true if the application can perform a disconnect() on this Connection, false otherwise.

Methods

 o canDisconnect
 public abstract boolean canDisconnect()
Returns true if the application can perform a disconnect() on this Connection, false otherwise.

Returns:
True if the application can disconnect, false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index