weka.gui
Class GenericObjectEditorHistory.HistorySelectionEvent
java.lang.Object
java.util.EventObject
weka.gui.GenericObjectEditorHistory.HistorySelectionEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GenericObjectEditorHistory
public static class GenericObjectEditorHistory.HistorySelectionEvent
- extends EventObject
Event that gets sent when a history item gets selected.
- Version:
- $Revision: 8082 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
GenericObjectEditorHistory.HistorySelectionEvent
public GenericObjectEditorHistory.HistorySelectionEvent(Object source,
Object historyItem)
- Initializes the event.
- Parameters:
source - the object that triggered the eventhistoryItem - the selected history item
getHistoryItem
public Object getHistoryItem()
- Returns the selected history item.
- Returns:
- the history item
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.