Uses of Interface
weka.gui.sql.event.ConnectionListener
Packages that use ConnectionListener
-
Uses of ConnectionListener in weka.gui.sql
Classes in weka.gui.sql that implement ConnectionListenerModifier and TypeClassDescriptionclass
Represents a panel for entering an SQL query.class
Represents a little tool for querying SQL databases.Methods in weka.gui.sql with parameters of type ConnectionListenerModifier 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.