weka4ws.gui.kflow
Interface BatchRemoteClustererListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ClustererPerformanceEvaluator
- public interface BatchRemoteClustererListener
- extends java.util.EventListener
Interface to something that can process a BatchClustererListener
generated after a remote invokation
- Author:
- Marco Lackovic
Method Summary |
void |
acceptRemoteClusterer(weka.gui.beans.BatchClustererEvent e,
java.lang.String host)
Accept a BatchClassifierEvent generated after a remote invokation |
acceptRemoteClusterer
public void acceptRemoteClusterer(weka.gui.beans.BatchClustererEvent e,
java.lang.String host)
- Accept a BatchClassifierEvent generated after a remote invokation
- Parameters:
e
- a BatchClassifierEvent
valuehost
- a String
value