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

Interface weka.gui.visualize.VisualizePanelListener


public interface VisualizePanelListener
Interface implemented by a class that is interested in receiving submited shapes from a visualize panel.

Version:
$Revision: 1.3 $
Author:
Malcolm Ware (mfw4@cs.waikato.ac.nz)

Method Index

 o userDataEvent(VisualizePanelEvent)
This method receives an object containing the shapes, instances inside and outside these shapes and the attributes these shapes were created in.

Method Detail

 o userDataEvent
public void userDataEvent(VisualizePanelEvent e)
          This method receives an object containing the shapes, instances inside and outside these shapes and the attributes these shapes were created in.
Parameters:
e - The Event containing the data.

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