Class MaterialItemUpdateEvent


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

    • MaterialItemUpdateEvent

      public MaterialItemUpdateEvent(BOMaterialItem input)
      Instantiates a new material item type update event.
      Parameters:
      input - the BOMaterialItem to update