Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.sql
Interface ConnectionEventListener  view ConnectionEventListener download ConnectionEventListener.java

All Superinterfaces:
java.util.EventListener

public interface ConnectionEventListener
extends java.util.EventListener

Since:
1.4

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

Method Detail

connectionClosed

public void connectionClosed(ConnectionEvent event)
Since:
1.4

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)
Since:
1.4