Uses of Interface
weka.gui.sql.event.ConnectionListener
-
Uses of ConnectionListener in weka.gui.sql
Modifier and TypeClassDescriptionclass
Represents a panel for entering an SQL query.class
Represents a little tool for querying SQL databases.Modifier and TypeMethodDescriptionvoid
ConnectionPanel.addConnectionListener
(ConnectionListener l) adds the given listener to the list of listeners.void
SqlViewer.addConnectionListener
(ConnectionListener l) adds the given listener to the list of listeners.void
ConnectionPanel.removeConnectionListener
(ConnectionListener l) removes the given listener from the list of listeners.void
SqlViewer.removeConnectionListener
(ConnectionListener l) removes the given listener from the list of listeners.