Package weka.gui

Interface ResultHistoryPanel.RDeleteListener

Enclosing class:
ResultHistoryPanel

public static interface ResultHistoryPanel.RDeleteListener
Interface for something to be notified when an entry in the list is deleted
  • Method Details

    • entryDeleted

      void entryDeleted(String name, int index)
      Called when an entry in the list is deleted
      Parameters:
      name - the name of the entry deleted
      index - the index of the entry deleted
    • entriesDeleted

      void entriesDeleted(List<String> names, List<Integer> indexes)
      Parameters:
      names -
      indexes -