All Packages Class Hierarchy This Package Previous Next Index
Class JProjects.eab.data.ConnectionListenerAdapter
java.lang.Object
|
+----JProjects.eab.data.ParameterListenerAdapter
|
+----JProjects.eab.data.ConnectionListenerAdapter
- public class ConnectionListenerAdapter
- extends ParameterListenerAdapter
- implements ConnectionListener
Facilitates implementation of connection listeners.
- Author:
- Alexander Jaremenko < jarem@isb.gomel.by >
- See Also:
- ConnectionEvent, ConnectionListener, addConnectionListener, removeConnectionListener
-
ConnectionListenerAdapter()
-
-
cancelled(ConnectionEvent)
-
-
committed(ConnectionEvent)
-
-
connected(ConnectionEvent)
-
-
disconnected(ConnectionEvent)
-
-
executedSQL(ConnectionEvent)
-
-
rolledback(ConnectionEvent)
-
ConnectionListenerAdapter
public ConnectionListenerAdapter()
cancelled
public void cancelled(ConnectionEvent ev)
committed
public void committed(ConnectionEvent ev)
connected
public void connected(ConnectionEvent ev)
disconnected
public void disconnected(ConnectionEvent ev)
executedSQL
public void executedSQL(ConnectionEvent ev)
rolledback
public void rolledback(ConnectionEvent ev)
All Packages Class Hierarchy This Package Previous Next Index