Class WarehouseMaterialUpdateEvent


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

    • WarehouseMaterialUpdateEvent

      public WarehouseMaterialUpdateEvent(BOWarehouseMaterial input)
      Instantiates a new warehouse material update event.
      Parameters:
      input - the BOWarehouseMaterial to update