Package weka.gui
Class GenericObjectEditorHistory.HistorySelectionEvent
java.lang.Object
java.util.EventObject
weka.gui.GenericObjectEditorHistory.HistorySelectionEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GenericObjectEditorHistory
Event that gets sent when a history item gets selected.
- Version:
- $Revision: 10216 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
ConstructorDescriptionHistorySelectionEvent
(Object source, Object historyItem) Initializes the event. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
HistorySelectionEvent
Initializes the event.- Parameters:
source
- the object that triggered the eventhistoryItem
- the selected history item
-
-
Method Details
-
getHistoryItem
Returns the selected history item.- Returns:
- the history item
-