Package adams.gui.goe
Interface Favorites.FavoriteSelectionListener
-
- Enclosing class:
- Favorites
public static interface Favorites.FavoriteSelectionListenerInterface 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 voidfavoriteSelected(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
-
-