Class MaterialItemInsertEvent


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

    • MaterialItemInsertEvent

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