org.eclipse.datatools.sqltools.editor.core.connection
Interface IConnectionTracker


public interface IConnectionTracker

This is a simple interface used for notify the listener that a connection is closed.

Author:
Yang Liu

Method Summary
 void connectionAboutToBeClosed()
          Notifies the listener that the connection being tracked is to be closed.
 void connectionClosed()
          Notifies the listener that the connection being tracked is closed.
 

Method Detail

connectionAboutToBeClosed

public void connectionAboutToBeClosed()
Notifies the listener that the connection being tracked is to be closed.


connectionClosed

public void connectionClosed()
Notifies the listener that the connection being tracked is closed.



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.