Package adams.gui.event
Class HistorySelectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- adams.gui.event.HistorySelectionEvent
-
- All Implemented Interfaces:
Serializable
public class HistorySelectionEvent extends EventObject
Event that gets sent when a history item gets selected.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
m_HistoryItem
the selected favorite.-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description HistorySelectionEvent(Object source, Object historyItem)
Initializes the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getHistoryItem()
Returns the selected history item.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-