All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.gui.treevisualizer.TreeDisplayListener

public interface TreeDisplayListener
Interface implemented by classes that wish to recieve user selection events from a tree displayer.

Author:
Malcolm Ware (mfw4@cs.waikato.ac.nz)

Method Index

 o userCommand(TreeDisplayEvent)
Gets called when the user selects something, in the tree display.

Methods

 o userCommand
 public abstract void userCommand(TreeDisplayEvent e)
Gets called when the user selects something, in the tree display.

Parameters:
e - Contains what the user selected with what it was selected for.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home