JProjects.eab.data
Interface ConnectionListener

All Known Implementing Classes:
ConnectionListenerAdapter

public interface ConnectionListener
extends ParameterListener

Interface for listeners of connection events.

Author:
Alexander Jaremenko
< jarem@altavista.net >
See Also:
ConnectionEvent, ConnectionSupport, DatastoreJDBC.addConnectionListener(JProjects.eab.data.ConnectionListener), DatastoreJDBC.removeConnectionListener(JProjects.eab.data.ConnectionListener)

Method Summary
 void cancelled(ConnectionEvent ev)
           
 void committed(ConnectionEvent ev)
           
 void connected(ConnectionEvent ev)
           
 void disconnected(ConnectionEvent ev)
           
 void executedSQL(ConnectionEvent ev)
           
 void rolledback(ConnectionEvent ev)
           
 
Methods inherited from interface JProjects.eab.data.ParameterListener
actionCompleted, exceptionOccurred
 

Method Detail

connected

public void connected(ConnectionEvent ev)

disconnected

public void disconnected(ConnectionEvent ev)

committed

public void committed(ConnectionEvent ev)

executedSQL

public void executedSQL(ConnectionEvent ev)

rolledback

public void rolledback(ConnectionEvent ev)

cancelled

public void cancelled(ConnectionEvent ev)