Package adams.gui.event
Interface HistorySelectionListener
-
public interface HistorySelectionListenerInterface for classes that listen to selections of history items.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhistorySelected(HistorySelectionEvent e)Gets called when a history item gets selected.
-
-
-
Method Detail
-
historySelected
void historySelected(HistorySelectionEvent e)
Gets called when a history item gets selected.- Parameters:
e- the event
-
-