Package 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 (trigg@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
secondInstanceProduced(InstanceEvent e)
-
-
-
Method Detail
-
secondInstanceProduced
void secondInstanceProduced(InstanceEvent e)
-
-