weka.gui.beans
Interface CustomizerClosingListener

All Known Implementing Classes:
ClassAssignerCustomizer, ClassValuePickerCustomizer

public interface CustomizerClosingListener


Method Summary
 void customizerClosing()
          Customizer classes that want to know when they are being disposed of can implement this method.
 

Method Detail

customizerClosing

public void customizerClosing()
Customizer classes that want to know when they are being disposed of can implement this method.