-
- All Implemented Interfaces:
public final class LocalContext.FoodContext.SelectedFoodLocationContext extends LocalContext.FoodContext
This class is used for updating the selected searched location.
-
-
Field Summary
Fields Modifier and Type Field Description private final ContextAction
action
private final SearchLocation
foodLocation
private final ContextAction
contextAction
-
Constructor Summary
Constructors Constructor Description LocalContext.FoodContext.SelectedFoodLocationContext(ContextAction action, SearchLocation foodLocation)
-
Method Summary
Modifier and Type Method Description final ContextAction
getAction()
final SearchLocation
getFoodLocation()
final ContextAction
getContextAction()
-
-
Constructor Detail
-
LocalContext.FoodContext.SelectedFoodLocationContext
LocalContext.FoodContext.SelectedFoodLocationContext(ContextAction action, SearchLocation foodLocation)
-
-
Method Detail
-
getAction
final ContextAction getAction()
-
getFoodLocation
final SearchLocation getFoodLocation()
-
getContextAction
final ContextAction getContextAction()
-
-
-
-