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