weka.gui.sql.event
Interface ConnectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
QueryPanel, SqlViewer

public interface ConnectionListener
extends EventListener

A listener for connect/disconnect events.

Version:
$Revision: 8034 $
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.



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.