Class TechnicalObjectStateUpdateEvent


public class TechnicalObjectStateUpdateEvent extends UpdateEvent<BOTechnicalObjectState>
Event to update a BOTechnicalObjectState.
The launcher must provide a valid BOTechnicalObjectState in order to successfully call this event.
The listener updates the BOTechnicalObjectState starting from the event input, i.e. the given BOTechnicalObjectState in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTTechnicalObjectStateUpdate(0)
No Spouts
  • Constructor Details

    • TechnicalObjectStateUpdateEvent

      public TechnicalObjectStateUpdateEvent(BOTechnicalObjectState bo)
      Instantiates a new technical object state update event.
      Parameters:
      bo - the technical object to update with the updated components