Class CentralWarehouseInsertEvent


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

    • CentralWarehouseInsertEvent

      public CentralWarehouseInsertEvent(BOCentralWarehouse input)
      Instantiates a new central warehouse insert event.
      Parameters:
      input - the BOCentralWarehouse to insert