Class 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 Detail

      • m_HistoryItem

        protected Object m_HistoryItem
        the selected favorite.
    • Constructor Detail

      • HistorySelectionEvent

        public 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