Uses of Class
de.extio.spacecraft.shared.model.client.event.CurrentObjectiveEvent.ObjectiveMarker
-
Packages that use CurrentObjectiveEvent.ObjectiveMarker Package Description de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem. -
-
Uses of CurrentObjectiveEvent.ObjectiveMarker in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return types with arguments of type CurrentObjectiveEvent.ObjectiveMarker Modifier and Type Method Description List<CurrentObjectiveEvent.ObjectiveMarker>
CurrentObjectiveEvent.Objective. getMarkers()
Method parameters in de.extio.spacecraft.shared.model.client.event with type arguments of type CurrentObjectiveEvent.ObjectiveMarker Modifier and Type Method Description void
CurrentObjectiveEvent.Objective. setMarkers(List<CurrentObjectiveEvent.ObjectiveMarker> markers)
Constructor parameters in de.extio.spacecraft.shared.model.client.event with type arguments of type CurrentObjectiveEvent.ObjectiveMarker Constructor Description Objective(String objective, List<CurrentObjectiveEvent.ObjectiveMarker> markers)
-