Package weka.gui.streams
Interface InstanceListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
InstanceCounter,InstanceSavePanel,InstanceTable,InstanceViewer
public interface InstanceListener extends java.util.EventListenerAn interface for objects interested in listening to 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 voidinstanceProduced(InstanceEvent e)
-
-
-
Method Detail
-
instanceProduced
void instanceProduced(InstanceEvent e)
-
-