javax.sql
Interface ConnectionEventListener

All Superinterfaces:
EventListener

public interface ConnectionEventListener
extends EventListener

Since:
1.4

Method Summary
 void connectionClosed(ConnectionEvent event)
           
 void connectionErrorOccurred(ConnectionEvent event)
           
 

Method Detail

connectionClosed

void connectionClosed(ConnectionEvent event)
Since:
1.4

connectionErrorOccurred

void connectionErrorOccurred(ConnectionEvent event)
Since:
1.4