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

Interface weka.gui.streams.InstanceListener


public interface InstanceListener
extends java.util.EventListener
An interface for objects interested in listening to streams of instances.

Version:
$Revision: 1.3 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Index

 o instanceProduced(InstanceEvent)
 

Method Detail

 o instanceProduced
public void instanceProduced(InstanceEvent e)

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