Class BundleSchedulingRecalculationEvent


public class BundleSchedulingRecalculationEvent extends SimpleBusinessEvent<BundleSchedulingRecalculationInput,Void>
Event to recalculate the scheduling relations between a list of BOWorkOrderOperations that are part of a Bundle.
The event is called when a BOWorkOrderOperation is unlinked from a scheduled Bundle and therefore the "parent-children" relations between all its other BOWorkOrderOperation changed.
The launcher must provide a valid BundleSchedulingRecalculationInput in order to successfully call this event.
The listener recalculates all the scheduling relations starting from the event input, i.e. the given BundleSchedulingRecalculationInput.
Since:
10.1
GCApi:
event
Reactors:
BTBundleSchedulingRecalculation(0)
No Spouts