public class ConnectionListenerAdapter extends Object implements ConnectionListener
| Constructor and Description |
|---|
ConnectionListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
created(Connection con) |
void |
endSession(Connection con) |
void |
startSession(Connection con) |
public void created(Connection con)
created in interface ConnectionListenerpublic void startSession(Connection con)
startSession in interface ConnectionListenerpublic void endSession(Connection con)
endSession in interface ConnectionListenerCopyright © 2012. All Rights Reserved.