weka.gui.beans
Interface CustomizerClosingListener

All Known Implementing Classes:
ClassAssignerCustomizer, ClassValuePickerCustomizer

public interface CustomizerClosingListener

Version:
$Revision: 1.4 $
Author:
Mark Hall

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

Method Detail

customizerClosing

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