Class MeasuringElementInsertEvent


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

    • MeasuringElementInsertEvent

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