weka.gui
Class GenericObjectEditorHistory.HistorySelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Constructor Summary
GenericObjectEditorHistory.HistorySelectionEvent(Object source, Object historyItem)
          Initializes the event.
 
Method Summary
 Object getHistoryItem()
          Returns the selected history item.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericObjectEditorHistory.HistorySelectionEvent

public GenericObjectEditorHistory.HistorySelectionEvent(Object source,
                                                        Object historyItem)
Initializes the event.

Parameters:
source - the object that triggered the event
historyItem - the selected history item
Method Detail

getHistoryItem

public Object getHistoryItem()
Returns the selected history item.

Returns:
the history item


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.