weka.gui.streams
Interface SerialInstanceListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
InstanceJoiner

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 Summary
 void secondInstanceProduced(InstanceEvent e)
           
 

Method Detail

secondInstanceProduced

public void secondInstanceProduced(InstanceEvent e)