|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagedConnectionListener
IManagedConnection notifies clients of changes to the connection being managed through this listener interface.
Method Summary | |
---|---|
void |
aboutToClose(ConnectEvent event)
The connection manged by the associated IManagedConnection is about to be closed. |
void |
closed(ConnectEvent event)
The connection manged by the associated IManagedConnection has been closed. |
void |
modified(ConnectEvent event)
The connection manged by the associated IManagedConnection has been modifed. |
boolean |
okToClose(ConnectEvent event)
A client (or the user) has requested the connection managed by the associated IManagedConnection be closed. |
void |
opened(ConnectEvent event)
The connection managed by the associated IManagedConnection has been opened. |
Method Detail |
---|
void opened(ConnectEvent event)
event
- void modified(ConnectEvent event)
event
- boolean okToClose(ConnectEvent event)
event
-
void aboutToClose(ConnectEvent event)
event
- void closed(ConnectEvent event)
event
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |