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
-
cancelled(ConnectionEvent)
-
-
committed(ConnectionEvent)
-
-
connected(ConnectionEvent)
-
-
disconnected(ConnectionEvent)
-
-
executedSQL(ConnectionEvent)
-
-
rolledback(ConnectionEvent)
-
connected
public abstract void connected(ConnectionEvent ev)
disconnected
public abstract void disconnected(ConnectionEvent ev)
committed
public abstract void committed(ConnectionEvent ev)
executedSQL
public abstract void executedSQL(ConnectionEvent ev)
rolledback
public abstract void rolledback(ConnectionEvent ev)
cancelled
public abstract void cancelled(ConnectionEvent ev)
All Packages Class Hierarchy This Package Previous Next Index