-
- All Implemented Interfaces:
public final class LocalContext.FoodContext.FoodLocationContext extends LocalContext.FoodContext
This class is used for updating the food location related data.
-
-
Field Summary
Fields Modifier and Type Field Description private final ContextAction
action
private final List<SearchLocation>
foodLocations
private final ContextAction
contextAction
-
Constructor Summary
Constructors Constructor Description LocalContext.FoodContext.FoodLocationContext(ContextAction action, List<SearchLocation> foodLocations)
-
Method Summary
Modifier and Type Method Description final ContextAction
getAction()
final List<SearchLocation>
getFoodLocations()
final ContextAction
getContextAction()
-
-
Constructor Detail
-
LocalContext.FoodContext.FoodLocationContext
LocalContext.FoodContext.FoodLocationContext(ContextAction action, List<SearchLocation> foodLocations)
-
-
Method Detail
-
getAction
final ContextAction getAction()
-
getFoodLocations
final List<SearchLocation> getFoodLocations()
-
getContextAction
final ContextAction getContextAction()
-
-
-
-