Class WarehouseOperationItemStateUpdateEvent

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

public class WarehouseOperationItemStateUpdateEvent extends SimpleBusinessEvent<WarehouseOperationItemStateUpdateInput,Void>
Event to update the state of a BOWarehouseOperationItem.
The launcher must provide a valid WarehouseOperationItemStateUpdateInput in order to successfully call this event.
The listener updates all the BOWarehouseOperationItem components starting from the event input, i.e. the given WarehouseOperationItemStateUpdateInput.
Since:
14.0
GCApi:
event
Reactors:
BTWarehouseOperationItemStateUpdate(0)
No Spouts