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 TypeMethodDescriptionvoidQueryPanel.connectionChange(ConnectionEvent evt) This method gets called when the connection is either established or disconnected.voidSqlViewer.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 TypeMethodDescriptionvoidConnectionListener.connectionChange(ConnectionEvent evt) This method gets called when the connection is either established or disconnected.