程序包 weka.gui.beans
接口 CustomizerClosingListener
public interface CustomizerClosingListener
- 版本:
- $Revision: 1.4 $
- 作者:
- Mark Hall
-
方法概要
修饰符和类型方法说明void
Customizer classes that want to know when they are being disposed of can implement this method.
-
方法详细资料
-
customizerClosing
void customizerClosing()Customizer classes that want to know when they are being disposed of can implement this method.
-