|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JProjects.eab.data.ParameterListenerAdapter | +--JProjects.eab.data.ConnectionListenerAdapter
Facilitates implementation of connection listeners.
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 |
public ConnectionListenerAdapter()
Method Detail |
public void cancelled(ConnectionEvent ev)
public void committed(ConnectionEvent ev)
public void connected(ConnectionEvent ev)
public void disconnected(ConnectionEvent ev)
public void executedSQL(ConnectionEvent ev)
public void rolledback(ConnectionEvent ev)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |