All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JProjects.eab.data.ConnectionListener

public interface ConnectionListener
extends ParameterListener
Interface for listeners of connection events.

Author:
Alexander Jaremenko
< jarem@isb.gomel.by >
See Also:
ConnectionEvent, ConnectionSupport, addConnectionListener, removeConnectionListener

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index