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

    • MeasureUpdateEvent

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