接口 ConnectionListener

所有超级接口:
EventListener
所有已知实现类:
QueryPanel, SqlViewer

public interface ConnectionListener extends EventListener
A listener for connect/disconnect events.
版本:
$Revision: 1.1 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    This method gets called when the connection is either established or disconnected.
  • 方法详细资料

    • connectionChange

      void connectionChange(ConnectionEvent evt)
      This method gets called when the connection is either established or disconnected.