Class GoodsGroupInsertEvent


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

    • GoodsGroupInsertEvent

      public GoodsGroupInsertEvent(BOGoodsGroup input)
      Instantiates a new goods group insert event.
      Parameters:
      input - the BOGoodsGroup to insert