Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.sql

Interface ConnectionEventListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--javax.sql.ConnectionEventListener

All Implemented Interfaces:

EventListener


public interface ConnectionEventListener

implements EventListener

Since:

Method Summary

voidconnectionClosed(javax.sql.ConnectionEvent event)

voidconnectionErrorOccurred(javax.sql.ConnectionEvent event)

Method Details

connectionClosed

public void connectionClosed(javax.sql.ConnectionEvent event)

Since:Parameters:


connectionErrorOccurred

public void connectionErrorOccurred(javax.sql.ConnectionEvent event)

Since:Parameters: