程序包 weka.gui.beans
接口 DataFormatListener
- 所有已知实现类:
ClassAssignerCustomizer
public interface DataFormatListener
Listener interface that customizer classes that are interested
in data format changes can implement.
- 版本:
- $Revision: 1.3 $
- 作者:
- Mark Hall
-
方法概要
修饰符和类型方法说明void
Recieve a DataSetEvent that encapsulates a new data format.
-
方法详细资料
-
newDataFormat
Recieve a DataSetEvent that encapsulates a new data format. The DataSetEvent may contain null for the encapsulated format. This indicates that there is no data format available (ie. user may have disconnected an input source of data in the KnowledgeFlow).- 参数:
e
- aDataSetEvent
value
-