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 Summary
Modifier and TypeMethodDescriptionvoidentriesDeleted(List<String> names, List<Integer> indexes) voidentryDeleted(String name, int index) Called when an entry in the list is deleted
-
Method Details
-
entryDeleted
Called when an entry in the list is deleted- Parameters:
name- the name of the entry deletedindex- the index of the entry deleted
-
entriesDeleted
- Parameters:
names-indexes-
-