Package adams.gui.event
Interface WekaInvestigatorDataListener
-
- All Known Implementing Classes:
AbstractInvestigatorTab,AbstractInvestigatorTabWithDataTable,AbstractInvestigatorTabWithEditableDataTable,AssociateTab,AttributeSelectionTab,BoxPlotTab,ClassifyTab,ClusterTab,CompareTab,DataQueryTab,DataTab,ExperimentTab,IndependentComponentsTab,InstanceTab,LogTab,MatrixTab,PartialLeastSquaresTab,PreprocessTab,PrincipalComponentsTab,ScatterPlotTab
public interface WekaInvestigatorDataListenerInterface for classes that get notified about changes in the data in anInvestigatorPanel.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataChanged(WekaInvestigatorDataEvent e)Notifies the tab that the data changed.
-
-
-
Method Detail
-
dataChanged
void dataChanged(WekaInvestigatorDataEvent e)
Notifies the tab that the data changed.- Parameters:
e- the event
-
-