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)
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)