Class WarehouseManualOperationHandleEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WarehouseManualOperationHandleInput,Void>
overit.geocallapp.wfm.inventory.bl.warehouse.operation.event.WarehouseManualOperationHandleEvent

public class WarehouseManualOperationHandleEvent extends SimpleBusinessEvent<WarehouseManualOperationHandleInput,Void>
Event to generate and execute a WarehouseOperation starting from manual input.
The launcher must provide a valid WarehouseManualOperationHandleInput in order to successfully call this event.
The listener handles the WarehouseOperation starting from the event input, i.e. the given WarehouseManualOperationHandleInput.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseManualOperationHandle(0)
No Spouts