borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----java.util.EventObject +----borland.jbcl.dataset.ConnectionUpdateEvent
Variables Constructors Properties Methods
Implements ExceptionDispatch, Serializable
This class is used to inform the ConnectionUpdateListener before and after closing a database connection or when changing the attributes of the JDBC connection.
public static final int CAN_CLOSE = 3Asking to close a database connection.
public static final int CHANGED = 1Changing a database connection.
public static final int CLOSED = 2Closing a database connection.
public ConnectionUpdateEvent(java.lang.Object source)