Package adams.gui.core
Interface StringFavorites.StringFavoriteSelectionListener
-
- Enclosing class:
- StringFavorites
public static interface StringFavorites.StringFavoriteSelectionListenerInterface for classes that listen to selections of favorites.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfavoriteSelected(StringFavorites.StringFavoriteSelectionEvent e)Gets called when a favorite gets selected.
-
-
-
Method Detail
-
favoriteSelected
void favoriteSelected(StringFavorites.StringFavoriteSelectionEvent e)
Gets called when a favorite gets selected.- Parameters:
e- the event
-
-