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.4 $
Author:
Len Trigg ([email protected])

Method Summary
 void secondInstanceProduced(InstanceEvent e)
           
 

Method Detail

secondInstanceProduced

void secondInstanceProduced(InstanceEvent e)