|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionEventListener
A ConnectionEventListener is an object that registers to receive events
generated by an Connection
Connection
Method Summary | |
---|---|
void |
closed(Connection connection)
Invoked when a connection is closed |
void |
error(Connection connection,
java.lang.Exception exception)
Invoked when a fatal connection error occurs, just before an Exception is thrown to the application |
Method Detail |
---|
void closed(Connection connection)
connection
- the closed connectionvoid error(Connection connection, java.lang.Exception exception)
connection
- the connection the error occurred onexception
- the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |