Class GoodsGroupUpdateEvent


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

    • GoodsGroupUpdateEvent

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