weka.gui.sql.event
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
QueryPanel, SqlViewer

public interface ConnectionListener
extends java.util.EventListener

A listener for connect/disconnect events.

Version:
$Revision: 1.1 $
Author:
FracPete (fracpete at waikato dot ac dot nz)

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

Method Detail

connectionChange

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