weka.gui.streams
Interface InstanceListener

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

public interface InstanceListener
extends EventListener

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

Version:
$Revision: 8034 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Summary
 void instanceProduced(InstanceEvent e)
           
 

Method Detail

instanceProduced

void instanceProduced(InstanceEvent e)


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.