Package weka.gui
Class GenericObjectEditorHistory.HistorySelectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.gui.GenericObjectEditorHistory.HistorySelectionEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GenericObjectEditorHistory
public static class GenericObjectEditorHistory.HistorySelectionEvent extends java.util.EventObjectEvent that gets sent when a history item gets selected.- Version:
- $Revision: 10216 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HistorySelectionEvent(java.lang.Object source, java.lang.Object historyItem)Initializes the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetHistoryItem()Returns the selected history item.
-