Class MeasuringElementUpdateEvent


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

    • MeasuringElementUpdateEvent

      public MeasuringElementUpdateEvent(BOMeasuringElement input)
      Instantiates a new measuring element update event.
      Parameters:
      input - the BOMeasuringElement to update