Class MobileWarehouseInsertEvent


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

    • MobileWarehouseInsertEvent

      public MobileWarehouseInsertEvent(BOMobileWarehouse input)
      Instantiates a new mobile warehouse insert event.
      Parameters:
      input - the BOMobileWarehouse to insert