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

Constructor Index

 o ConnectionListenerAdapter()

Method Index

 o cancelled(ConnectionEvent)
 o committed(ConnectionEvent)
 o connected(ConnectionEvent)
 o disconnected(ConnectionEvent)
 o executedSQL(ConnectionEvent)
 o rolledback(ConnectionEvent)

Constructors

 o ConnectionListenerAdapter
 public ConnectionListenerAdapter()

Methods

 o cancelled
 public void cancelled(ConnectionEvent ev)
 o committed
 public void committed(ConnectionEvent ev)
 o connected
 public void connected(ConnectionEvent ev)
 o disconnected
 public void disconnected(ConnectionEvent ev)
 o executedSQL
 public void executedSQL(ConnectionEvent ev)
 o rolledback
 public void rolledback(ConnectionEvent ev)

All Packages  Class Hierarchy  This Package  Previous  Next  Index