Interface CustomizerClosingListener

All Known Implementing Classes:
AttributeSummarizerCustomizer, ClassAssignerCustomizer, ClassifierCustomizer, ClassifierPerformanceEvaluatorCustomizer, ClassValuePickerCustomizer, CrossValidationFoldMakerCustomizer, DataVisualizerCustomizer, ImageSaverCustomizer, IncrementalClassifierEvaluatorCustomizer, ModelPerformanceChartCustomizer, NoteCustomizer, PredictionAppenderCustomizer, SerializedModelSaverCustomizer, TextSaverCustomizer

public interface CustomizerClosingListener
Version:
$Revision: 8034 $
Author:
Mark Hall
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Customizer classes that want to know when they are being disposed of can implement this method.
  • Method Details

    • customizerClosing

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