weka.gui.visualize
Interface AttributePanelListener


public interface AttributePanelListener

Interface for classes that want to listen for Attribute selection changes in the attribute panel

Version:
$Revision: 8034 $
Author:
Mark Hall ([email protected])

Method Summary
 void attributeSelectionChange(AttributePanelEvent e)
          Called when the user clicks on an attribute bar
 

Method Detail

attributeSelectionChange

void attributeSelectionChange(AttributePanelEvent e)
Called when the user clicks on an attribute bar

Parameters:
e - the event encapsulating what happened


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.