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 TypeClassDescriptionclassRepresents a panel for entering an SQL query.classRepresents a little tool for querying SQL databases.Methods in weka.gui.sql with parameters of type ConnectionListenerModifier and TypeMethodDescriptionvoidConnectionPanel.addConnectionListener(ConnectionListener l) adds the given listener to the list of listeners.voidSqlViewer.addConnectionListener(ConnectionListener l) adds the given listener to the list of listeners.voidConnectionPanel.removeConnectionListener(ConnectionListener l) removes the given listener from the list of listeners.voidSqlViewer.removeConnectionListener(ConnectionListener l) removes the given listener from the list of listeners.