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 TypeMethodDescriptionvoid
entriesDeleted
(List<String> names, List<Integer> indexes) void
entryDeleted
(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
-
-