Uses of Class
weka.gui.sql.event.ConnectionEvent
Packages that use ConnectionEvent
-
Uses of ConnectionEvent in weka.gui.sql
Methods in weka.gui.sql with parameters of type ConnectionEventModifier and TypeMethodDescriptionvoid
QueryPanel.connectionChange
(ConnectionEvent evt) This method gets called when the connection is either established or disconnected.void
SqlViewer.connectionChange
(ConnectionEvent evt) This method gets called when the connection is either established or disconnected. -
Uses of ConnectionEvent in weka.gui.sql.event
Methods in weka.gui.sql.event with parameters of type ConnectionEventModifier and TypeMethodDescriptionvoid
ConnectionListener.connectionChange
(ConnectionEvent evt) This method gets called when the connection is either established or disconnected.