Class TechnicalObjectUpdateEvent


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

    • TechnicalObjectUpdateEvent

      public TechnicalObjectUpdateEvent(TechnicalObject input)
      Instantiates a new technical object update event.
      Parameters:
      input - the technical object to update with the updated components