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

    • MeasureUnitUpdateEvent

      public MeasureUnitUpdateEvent(BOMeasureUnit measureUnit)
      Instantiates a new measure unit update event.
      Parameters:
      measureUnit - the measure unit to update