Previous ION Java User's Guide: ION Java Class and Method Reference Next

isConnected()

The isConnected() method is used to determine whether the drawable is associated with an IONGraphicConnection.

Syntax

public boolean isConnected()

Return Value

The method returns true if the drawable is associated with an IONGraphicConnection, and false otherwise.

Arguments

None.

Exceptions

None.

Example

boolean connected = isConnected();  

  IDL Online Help (March 06, 2007)