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