Class CurrentObjectiveEvent.ObjectiveMarker
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.event.CurrentObjectiveEvent.ObjectiveMarker
-
- Enclosing class:
- CurrentObjectiveEvent
public static class CurrentObjectiveEvent.ObjectiveMarker extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectiveMarker()
ObjectiveMarker(CoordI2 position, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
CoordI2
getPosition()
void
setDescription(String description)
void
setPosition(CoordI2 position)
-