public class MapAction extends Object
Constructor and Description |
---|
MapAction(GUIController controller,
LanguageManagerInterface languageManager)
Basic constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
prepareAddMower()
Change program state to allow the addition of a mower when clicking on the matrix.
|
void |
prepareRemoveMower()
Change program state to allow the deletion of a mower when clicking on the matrix.
|
@Inject public MapAction(GUIController controller, LanguageManagerInterface languageManager)
controller
- the GUI controller which orchestrate the others component.languageManager
- language manager used for internationalizationCopyright © 2016. All Rights Reserved.