Package com.xffffff.wellfed.common
Interface Launcher<Item>
-
- All Known Implementing Classes:
IngredientStorageFragment,MealBookFragment,RecipeBookFragment,RecipeBookSelectFragment
public interface Launcher<Item>The Launcher class provides a method for launching an activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaunch(Item item)Launches an activity
-
-
-
Method Detail
-
launch
void launch(Item item)
Launches an activity- Parameters:
item- the item
-
-