Package com.xffffff.wellfed.recipe
Interface RecipeAdapter.RecipeLauncher
-
- All Known Implementing Classes:
RecipeBookFragment
,RecipeBookSelectFragment
- Enclosing class:
- RecipeAdapter
public static interface RecipeAdapter.RecipeLauncher
Interface for launching a new recipe activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
launch(Recipe recipe)
-
-
-
Method Detail
-
launch
void launch(Recipe recipe)
-
-