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.


Method Summary
 void secondInstanceProduced(InstanceEvent e)
           
 

Method Detail

secondInstanceProduced

public void secondInstanceProduced(InstanceEvent e)