Class WarehouseTransactionCheckEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WarehouseTransactionCheckInput,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event.WarehouseTransactionCheckEvent

public class WarehouseTransactionCheckEvent extends SimpleBusinessEvent<WarehouseTransactionCheckInput,Void>
Event to check the correctness of a BOWarehouseTransaction.
The launcher must provide a valid WarehouseTransactionCheckInput in order to successfully call this event.
The listener checks the BOWarehouseTransaction components starting from the event input, i.e. the given WarehouseTransactionCheckInput.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseTransactionCheckEvent(0)
No Spouts