Class CrewShellTypeUpdateEvent


public class CrewShellTypeUpdateEvent extends UpdateEvent<BOCrewShellType>
Event to update a BOCrewShellType.

The launcher must provide a valid BOCrewShellType in order to successfully call this event.

The listener updates all the BOCrewShellType components starting from the event input, i.e. the given BOCrewShellType in which all needed components were previously updated.

Since:
18.0
GCApi:
event
Reactors:
BTCrewShellTypeUpdate(0)
No Spouts
  • Constructor Details

    • CrewShellTypeUpdateEvent

      public CrewShellTypeUpdateEvent(BOCrewShellType input)
      Instantiates a new crew shell's type update event.
      Parameters:
      input - the BOCrewShellType to update