javax.sql

Interface ConnectionEventListener

public interface ConnectionEventListener extends EventListener

Since: 1.4

Method Summary
voidconnectionClosed(ConnectionEvent event)
voidconnectionErrorOccurred(ConnectionEvent event)

Method Detail

connectionClosed

public void connectionClosed(ConnectionEvent event)

Since: 1.4

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)

Since: 1.4