All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.experiment.RemoteExperimentListener


public interface RemoteExperimentListener
Interface for classes that want to listen for updates on RemoteExperiment progress

Version:
$Revision: 1.3 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Method Index

 o remoteExperimentStatus(RemoteExperimentEvent)
Called when progress has been made in a remote experiment

Method Detail

 o remoteExperimentStatus
public void remoteExperimentStatus(RemoteExperimentEvent e)
          Called when progress has been made in a remote experiment
Parameters:
e - the event encapsulating what happened

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home