weka.gui.streams
Interface InstanceListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
InstanceCounter, InstanceViewer, InstanceTable, InstanceSavePanel

public interface InstanceListener
extends java.util.EventListener

An interface for objects interested in listening to streams of instances.

Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Summary
 void instanceProduced(InstanceEvent e)
           
 

Method Detail

instanceProduced

public void instanceProduced(InstanceEvent e)