|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.ManagedConnectionAdapter
Base implementation for IManagedConnectionListener.
Constructor Summary | |
ManagedConnectionAdapter()
|
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManagedConnectionAdapter()
Method Detail |
public void opened(ConnectEvent event)
IManagedConnectionListener
opened
in interface IManagedConnectionListener
event
- public void modified(ConnectEvent event)
IManagedConnectionListener
modified
in interface IManagedConnectionListener
event
- public boolean okToClose(ConnectEvent event)
IManagedConnectionListener
okToClose
in interface IManagedConnectionListener
event
-
public void aboutToClose(ConnectEvent event)
IManagedConnectionListener
aboutToClose
in interface IManagedConnectionListener
event
- public void closed(ConnectEvent event)
IManagedConnectionListener
closed
in interface IManagedConnectionListener
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |