weka.gui.visualize
Interface VisualizePanelListener

All Known Implementing Classes:
UserClassifier

public interface VisualizePanelListener

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

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

Method Summary
 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.
 

Method Detail

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.