Class TechnicalObjectWithFeaturesUpdateEvent


public class TechnicalObjectWithFeaturesUpdateEvent extends SimpleBusinessEvent<TechnicalObjectWithFeaturesUpdateInput,Void>
Event to update a TechnicalObject and its feature values.
The launcher must provide a valid TechnicalObjectWithFeaturesUpdateInput 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:
BTTechnicalObjectWithFeaturesUpdate(0)
No Spouts
  • Constructor Details

    • TechnicalObjectWithFeaturesUpdateEvent

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