Uses of Interface
weka.gui.sql.event.ResultChangedListener
Packages that use ResultChangedListener
-
Uses of ResultChangedListener in weka.gui.sql
Classes in weka.gui.sql that implement ResultChangedListenerModifier and TypeClassDescriptionclassRepresents a little tool for querying SQL databases.classA little dialog containing the SqlViewer.Methods in weka.gui.sql with parameters of type ResultChangedListenerModifier and TypeMethodDescriptionvoidResultPanel.addResultChangedListener(ResultChangedListener l) adds the given listener to the list of listenersvoidSqlViewer.addResultChangedListener(ResultChangedListener l) adds the given listener to the list of listeners.voidResultPanel.removeResultChangedListener(ResultChangedListener l) removes the given listener from the list of listenersvoidSqlViewer.removeResultChangedListener(ResultChangedListener l) removes the given listener from the list of listeners.