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

Interface weka.gui.streams.SerialInstanceListener


public interface SerialInstanceListener
extends java.util.EventListener
Defines an interface for objects able to produce two output streams of instances.

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

Method Index

 o secondInstanceProduced(InstanceEvent)
 

Method Detail

 o secondInstanceProduced
public void secondInstanceProduced(InstanceEvent e)

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