JProjects.eab.data
Class 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@altavista.net >
See Also:
ConnectionEvent, ConnectionListener, DatastoreJDBC.addConnectionListener(JProjects.eab.data.ConnectionListener), DatastoreJDBC.removeConnectionListener(JProjects.eab.data.ConnectionListener)

Constructor Summary
ConnectionListenerAdapter()
           
 
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 class JProjects.eab.data.ParameterListenerAdapter
actionCompleted, exceptionOccurred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionListenerAdapter

public ConnectionListenerAdapter()
Method Detail

cancelled

public void cancelled(ConnectionEvent ev)
Specified by:
cancelled in interface ConnectionListener

committed

public void committed(ConnectionEvent ev)
Specified by:
committed in interface ConnectionListener

connected

public void connected(ConnectionEvent ev)
Specified by:
connected in interface ConnectionListener

disconnected

public void disconnected(ConnectionEvent ev)
Specified by:
disconnected in interface ConnectionListener

executedSQL

public void executedSQL(ConnectionEvent ev)
Specified by:
executedSQL in interface ConnectionListener

rolledback

public void rolledback(ConnectionEvent ev)
Specified by:
rolledback in interface ConnectionListener