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