Uses of Class
de.extio.spacecraft.shared.model.client.event.CurrentObjectiveEvent.Objective
-
Packages that use CurrentObjectiveEvent.Objective Package Description de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem. -
-
Uses of CurrentObjectiveEvent.Objective in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return CurrentObjectiveEvent.Objective Modifier and Type Method Description CurrentObjectiveEvent.Objective
CurrentObjectiveEvent. getMain()
Methods in de.extio.spacecraft.shared.model.client.event that return types with arguments of type CurrentObjectiveEvent.Objective Modifier and Type Method Description List<CurrentObjectiveEvent.Objective>
CurrentObjectiveEvent. getSecondary()
Methods in de.extio.spacecraft.shared.model.client.event with parameters of type CurrentObjectiveEvent.Objective Modifier and Type Method Description void
CurrentObjectiveEvent. setMain(CurrentObjectiveEvent.Objective main)
Method parameters in de.extio.spacecraft.shared.model.client.event with type arguments of type CurrentObjectiveEvent.Objective Modifier and Type Method Description void
CurrentObjectiveEvent. setSecondary(List<CurrentObjectiveEvent.Objective> secondary)
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type CurrentObjectiveEvent.Objective Constructor Description CurrentObjectiveEvent(CurrentObjectiveEvent.Objective main)
CurrentObjectiveEvent(CurrentObjectiveEvent.Objective main, List<CurrentObjectiveEvent.Objective> secondary)
Constructor parameters in de.extio.spacecraft.shared.model.client.event with type arguments of type CurrentObjectiveEvent.Objective Constructor Description CurrentObjectiveEvent(CurrentObjectiveEvent.Objective main, List<CurrentObjectiveEvent.Objective> secondary)
-