Uses of Class
javax.sql.ConnectionEvent

Packages that use ConnectionEvent
javax.sql   
 

Uses of ConnectionEvent in javax.sql
 

Methods in javax.sql with parameters of type ConnectionEvent
 void ConnectionEventListener.connectionClosed(ConnectionEvent event)
          Invoked when the application calls close() on its representation of the connection.
 void ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
          Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.