public class HistoricPaneController extends Object
Constructor and Description |
---|
HistoricPaneController(MowerController controller,
LanguageManagerInterface languageManager)
Basic constructor with guice injection.
|
Modifier and Type | Method and Description |
---|---|
void |
updateHistoric(MapArea map)
Get the different action done in the corresponding map and write them.
|
@Inject public HistoricPaneController(MowerController controller, LanguageManagerInterface languageManager)
controller
- the mower's main controllerlanguageManager
- language manager used for internationalizationpublic void updateHistoric(MapArea map)
map
- the map corresponding to the wanted historic.Copyright © 2016. All Rights Reserved.