All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.gui.visualize.AttributePanelListener
- public interface AttributePanelListener
Interface for classes that want to listen for Attribute selection
changes in the attribute panel
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
attributeSelectionChange(AttributePanelEvent)
- Called when the user clicks on an attribute bar
attributeSelectionChange
public abstract void attributeSelectionChange(AttributePanelEvent e)
- Called when the user clicks on an attribute bar
- Parameters:
- e - the event encapsulating what happened
All Packages Class Hierarchy This Package Previous Next Index WEKA's home