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

    • MeasureInsertEvent

      public MeasureInsertEvent(BOMeasure input)
      Instantiates a new measure insert event.
      Parameters:
      input - the BOMeasure to insert