Interface symantec.itools.db.beans.binding.event.ConnectionEventListener
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.binding.event.ConnectionEventListener
- public interface ConnectionEventListener
- extends EventListener
Interface description for ConnectionEventListener
-
onConnectionClosed(ConnectionEvent)
- onConnectionClosed should be fired after a jdbc Connection object
is closed.
-
onConnectionCreated(ConnectionEvent)
- onConnectionCreated should be fired after a jdbc Connection object
is created.
onConnectionClosed
public abstract void onConnectionClosed(ConnectionEvent e)
- onConnectionClosed should be fired after a jdbc Connection object
is closed.
onConnectionCreated
public abstract void onConnectionCreated(ConnectionEvent e)
- onConnectionCreated should be fired after a jdbc Connection object
is created.
All Packages Class Hierarchy This Package Previous Next Index