Package weka.gui
Interface GenericObjectEditorHistory.HistorySelectionListener
- Enclosing class:
- GenericObjectEditorHistory
public static interface GenericObjectEditorHistory.HistorySelectionListener
Interface for classes that listen to selections of history items.
- Version:
- $Revision: 10216 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Gets called when a history item gets selected.
-
Method Details
-
historySelected
Gets called when a history item gets selected.- Parameters:
e
- the event
-